mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
global: snapshot + monitor: add addresses to mempool
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user