Skip to content

Commit 20642a6

Browse files
committed
f - typo
1 parent 34e36bc commit 20642a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/async_signer_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ fn do_test_closing_signed(extra_closing_signed: bool, reconnect: bool) {
10911091
check_closed_event!(nodes[0], 1, ClosureReason::LocallyInitiatedCooperativeClosure, [nodes[1].node.get_our_node_id()], 100000);
10921092
check_closed_event!(nodes[1], 1, ClosureReason::CounterpartyInitiatedCooperativeClosure, [nodes[0].node.get_our_node_id()], 100000);
10931093

1094-
// Check that our maps have been updated after async signng channel closure.
1094+
// Check that our maps have been updated after async signing channel closure.
10951095
let funding_outpoint = OutPoint { txid: funding_tx.compute_txid(), index: 0 };
10961096
assert!(nodes[0].node().outpoint_to_peer.lock().unwrap().get(&funding_outpoint).is_none());
10971097
assert!(nodes[1].node().outpoint_to_peer.lock().unwrap().get(&funding_outpoint).is_none());

0 commit comments

Comments
 (0)