mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-07-23 15:18:11 -07:00
fixup! feat(engine): create engine rust package for detectors and orchestration
Shorten the TxGraph comment to describe seeding ownership from derived addresses without the removed Python-reference explanation.
This commit is contained in:
+1
-3
@@ -140,9 +140,7 @@ impl TxGraph {
|
|||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
// Add ALL derived addresses to `our_addrs` and `addr_map`, matching
|
// Add ALL derived addresses to `our_addrs` and `addr_map`
|
||||||
// the Python reference (`our_addrs = set(addr_map.keys())` where
|
|
||||||
// `addr_map` contains every address derived from the descriptors).
|
|
||||||
for addr in &history.derived_addresses {
|
for addr in &history.derived_addresses {
|
||||||
our_addrs.insert(addr.clone());
|
our_addrs.insert(addr.clone());
|
||||||
addr_map.entry(addr.clone()).or_insert_with(|| AddressInfo {
|
addr_map.entry(addr.clone()).or_insert_with(|| AddressInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user