Skip to content

Commit 444c154

Browse files
committed
f
1 parent d1d1d1f commit 444c154

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,11 +2965,7 @@ fn test_htlc_on_chain_timeout() {
29652965

29662966
let chanmon_cfgs = create_chanmon_cfgs(3);
29672967
let node_cfgs = create_node_cfgs(3, &chanmon_cfgs);
2968-
let mut cfg = UserConfig::default();
2969-
// This test was written when the CLTV_EXPIRY_DELTA was fixed at 12*6, and expects it.
2970-
cfg.channel_options.cltv_expiry_delta = 12*6;
2971-
cfg.channel_options.announced_channel = true;
2972-
let node_chanmgrs = create_node_chanmgrs(3, &node_cfgs, &[Some(cfg.clone()), Some(cfg.clone()), Some(cfg.clone())]);
2968+
let node_chanmgrs = create_node_chanmgrs(3, &node_cfgs, &[None, None, None]);
29732969
let nodes = create_network(3, &node_cfgs, &node_chanmgrs);
29742970

29752971
// Create some intial channels

0 commit comments

Comments
 (0)