Skip to content

Commit

Permalink
bitcoind: abort CPFP, don't crash on listunspent breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Dec 14, 2021
1 parent 6bbefc7 commit f3b92aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daemon/bitcoind/poller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ fn cpfp_package(
.map(|l| l.outpoint.txid)
.collect::<Vec<_>>()
);
return Ok(());
}

let listunspent: Vec<_> = listunspent
Expand Down

0 comments on commit f3b92aa

Please sign in to comment.