Skip to content

Commit d657f0a

Browse files
committed
f sp
1 parent 7ee2a1b commit d657f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/reorg_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fn do_test_onchain_htlc_reorg(local_commitment: bool, claim: bool) {
128128
assert_eq!(nodes[1].node.get_and_clear_pending_events().len(), 0);
129129

130130
if claim {
131-
// Disconnect Node 1's HTLC-TImeout which was connected above
131+
// Disconnect Node 1's HTLC-Timeout which was connected above
132132
disconnect_blocks(&nodes[1], ANTI_REORG_DELAY - 1);
133133

134134
let block = Block {

0 commit comments

Comments
 (0)