Skip to content

Commit c974517

Browse files
reorg 6 block
1 parent e3703f7 commit c974517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/property_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ proptest! {
188188

189189
// // Reorg before channel opening
190190
if reorg_point == 0 || true {
191-
reorg(bitcoind_client, electrsd_client, 1);
192-
// reorg(bitcoind_client, electrsd_client, 6);
191+
// reorg(bitcoind_client, electrsd_client, 1);
192+
reorg(bitcoind_client, electrsd_client, 6);
193193
sync_wallets!();
194194
let mut is_sync_wallets = false;
195195

0 commit comments

Comments
 (0)