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 e3703f7 commit c974517Copy full SHA for c974517
tests/property_test.rs
@@ -188,8 +188,8 @@ proptest! {
188
189
// // Reorg before channel opening
190
if reorg_point == 0 || true {
191
- reorg(bitcoind_client, electrsd_client, 1);
192
- // reorg(bitcoind_client, electrsd_client, 6);
+ // reorg(bitcoind_client, electrsd_client, 1);
+ reorg(bitcoind_client, electrsd_client, 6);
193
sync_wallets!();
194
let mut is_sync_wallets = false;
195
0 commit comments