We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c99d82 commit 24938bfCopy full SHA for 24938bf
crates/electrum/tests/test_electrum_scanning.rs
@@ -116,6 +116,8 @@ fn test_reorg() -> Result<()> {
116
let full_txout = keychain_scan.update.full_txout(bdk_chain::bitcoin::OutPoint { txid: tx.txid(), vout: output_vout as u32 });
117
assert_eq!(full_txout.unwrap().txout.value, 10000);
118
119
+ assert_eq!(miner_node.client.get_best_block_hash().unwrap(), bitcoin_daemon.client.get_best_block_hash().unwrap());
120
+
121
// Reorg blocks on miner chain
122
reorg(3, &miner_node)?;
123
// Generate more blocks on the miner node, thereby making it the chain with the most
0 commit comments