Skip to content

Commit 11bc3ef

Browse files
committed
fixup! Add end-to-end test for HRN resolution
1 parent 3d2d547 commit 11bc3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ pub(crate) async fn generate_blocks_and_wait<E: ElectrumApi>(
521521
// TODO: expect this Result once the WouldBlock issue is resolved upstream.
522522
let _block_hashes_res = bitcoind.generate_to_address(num, &address);
523523
// Give electrs a breath to index the 101 blocks before nodes sync
524-
tokio::time::sleep(std::time::Duration::from_millis(250)).await;
524+
tokio::time::sleep(std::time::Duration::from_millis(250)).await;
525525
wait_for_block(electrs, cur_height + num).await;
526526
print!(" Done!");
527527
println!("\n");

0 commit comments

Comments
 (0)