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 4bfb26f commit 913b968Copy full SHA for 913b968
tests/common/mod.rs
@@ -1103,6 +1103,9 @@ pub(crate) async fn do_channel_full_cycle<E: ElectrumApi>(
1103
1
1104
);
1105
1106
+ // Mine a block to give time for the HTLC to resolve
1107
+ generate_blocks_and_wait(&bitcoind, electrsd, 1).await;
1108
+
1109
println!("\nB splices out to pay A");
1110
let addr_a = node_a.onchain_payment().new_address().unwrap();
1111
let splice_out_sat = funding_amount_sat / 2;
0 commit comments