Skip to content

Commit 564d5c9

Browse files
committed
f Unused mut in tests
1 parent 1c6828a commit 564d5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-persister/src/fs_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ mod tests {
431431
// Set up a dummy channel and force close. This will produce a monitor
432432
// that we can then use to test persistence.
433433
let chanmon_cfgs = create_chanmon_cfgs(2);
434-
let mut node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
434+
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
435435
let node_chanmgrs = create_node_chanmgrs(2, &node_cfgs, &[None, None]);
436436
let nodes = create_network(2, &node_cfgs, &node_chanmgrs);
437437
let chan = create_announced_chan_between_nodes(&nodes, 0, 1);

0 commit comments

Comments
 (0)