Skip to content

Commit d39d279

Browse files
committed
f unused vars
1 parent 20fce05 commit d39d279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,8 +3445,8 @@ fn test_glacial_peer_cant_hang() {
34453445
let node_chanmgrs = create_node_chanmgrs(3, &node_cfgs, &[None, None, None]);
34463446
let mut nodes = create_network(3, &node_cfgs, &node_chanmgrs);
34473447

3448-
let chan_id_ab = create_announced_chan_between_nodes(&nodes, 0, 1).2;
3449-
let chan_id_bc = create_announced_chan_between_nodes(&nodes, 1, 2).2;
3448+
create_announced_chan_between_nodes(&nodes, 0, 1);
3449+
create_announced_chan_between_nodes(&nodes, 1, 2);
34503450

34513451
// Route a payment from A, through B, to C, then claim it on C. Replay the
34523452
// `update_fulfill_htlc` twice on B to check that B doesn't hang.

0 commit comments

Comments
 (0)