Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit cfebbdd

Browse files
committed
Reduce initial mining blocks to 100
1 parent 142c7ec commit cfebbdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

romeo/tests/tests/deposit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn broadcast_deposit() -> Result<()> {
3939
generate_blocks(1, &client, WALLET_0_P2WPKH_ADDRESS);
4040
generate_blocks(1, &client, WALLET_1_P2WPKH_ADDRESS);
4141
// pads blocks to get rewards.
42-
generate_blocks(200, &client, WALLET_0_P2WPKH_ADDRESS);
42+
generate_blocks(100, &client, WALLET_0_P2WPKH_ADDRESS);
4343
};
4444

4545
let electrum_url = electrs_url();

0 commit comments

Comments
 (0)