Skip to content

Commit fb3adc3

Browse files
committed
fixup: remove unused vars in tests
1 parent ed54b32 commit fb3adc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightning/src/ln/zero_fee_commitment_tests.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ fn test_htlc_claim_chunking() {
111111

112112
let coinbase_tx = provide_anchor_reserves(&nodes);
113113

114-
let _node_a_id = nodes[0].node.get_our_node_id();
115-
let _node_b_id = nodes[1].node.get_our_node_id();
116-
117114
const CHAN_CAPACITY: u64 = 10_000_000;
118115
let (_, _, chan_id, _funding_tx) = create_announced_chan_between_nodes_with_value(
119116
&nodes,

0 commit comments

Comments
 (0)