Skip to content

Commit 31513b2

Browse files
committed
f drop confusing comment
1 parent cfad722 commit 31513b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ fn test_duplicate_htlc_different_direction_onchain() {
12801280
check_closed_event!(nodes[0], 1, ClosureReason::CommitmentTxConfirmed);
12811281
connect_blocks(&nodes[0], TEST_FINAL_CLTV - 1); // Confirm blocks until the HTLC expires
12821282

1283-
// Check we only broadcast 1 timeout tx
12841283
let claim_txn = nodes[0].tx_broadcaster.txn_broadcasted.lock().unwrap().clone();
12851284
assert_eq!(claim_txn.len(), 8);
12861285

0 commit comments

Comments
 (0)