Skip to content

Commit

Permalink
experiment: only drop bitcoind at end of scope; loadwallet after crea…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
Rajil1213 committed Nov 1, 2024
1 parent ed53cfa commit 6c860b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/btcio/src/bitcoind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -657,5 +657,7 @@ mod test {
assert!(got <= block_hash_first);
assert!(got <= block_hash_mid);
assert!(got <= block_hash_last);

drop(bitcoind);
}
}

0 comments on commit 6c860b9

Please sign in to comment.