mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-04-23 22:20:00 -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:
@@ -140,9 +140,7 @@ impl TxGraph {
|
||||
})
|
||||
.collect();
|
||||
|
||||
// Add ALL derived addresses to `our_addrs` and `addr_map`, matching
|
||||
// the Python reference (`our_addrs = set(addr_map.keys())` where
|
||||
// `addr_map` contains every address derived from the descriptors).
|
||||
// Add ALL derived addresses to `our_addrs` and `addr_map`
|
||||
for addr in &history.derived_addresses {
|
||||
our_addrs.insert(addr.clone());
|
||||
addr_map.entry(addr.clone()).or_insert_with(|| AddressInfo {
|
||||
|
||||
Reference in New Issue
Block a user