global: snapshot + monitor: add addresses to mempool

This commit is contained in:
nym21
2025-10-14 17:36:16 +02:00
parent db0298ac1b
commit 5425085953
63 changed files with 707 additions and 330 deletions

View File

@@ -201,7 +201,7 @@ impl Vecs {
)),
_ => None,
}
.map(|bytes| Address::try_from(bytes).unwrap())
.map(|bytes| Address::try_from(&bytes).unwrap())
.and_then(|address| self.pools.find_from_address(&address))
})
.or_else(|| self.pools.find_from_coinbase_tag(&coinbase_tag))