Skip to content

Commit 60b6b7c

Browse files
committed
f remove excess test logic
1 parent c1599fc commit 60b6b7c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lightning-tests/src/upgrade_downgrade_tests.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,7 @@ fn test_0_1_legacy_remote_key_derivation() {
260260
}
261261

262262
// Create a dummy node to reload over with the 0.1 state
263-
264263
let mut chanmon_cfgs = create_chanmon_cfgs(2);
265-
266-
// Our TestChannelSigner will fail as we're jumping ahead, so disable its state-based checks
267-
chanmon_cfgs[0].keys_manager.disable_all_state_policy_checks = true;
268-
chanmon_cfgs[1].keys_manager.disable_all_state_policy_checks = true;
269-
270264
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
271265
let (persister_a, persister_b, chain_mon_a, chain_mon_b);
272266
let node_chanmgrs = create_node_chanmgrs(2, &node_cfgs, &[None, None]);

0 commit comments

Comments
 (0)