Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlinjin committed Nov 20, 2023
1 parent 782bb55 commit 3cfc823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bdk/src/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ impl<D> Wallet<D> {
.graph()
.filter_chain_txouts(
&self.chain,
self.chain.tip().map(|cp| cp.block_id()).unwrap_or_default(),
self.chain.tip().block_id(),
self.indexed_graph.index.outpoints().iter().cloned(),
)
.map(|((k, i), full_txo)| new_local_utxo(k, i, full_txo))
Expand Down

0 comments on commit 3cfc823

Please sign in to comment.