We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfad722 commit 31513b2Copy full SHA for 31513b2
lightning/src/ln/functional_tests.rs
@@ -1280,7 +1280,6 @@ fn test_duplicate_htlc_different_direction_onchain() {
1280
check_closed_event!(nodes[0], 1, ClosureReason::CommitmentTxConfirmed);
1281
connect_blocks(&nodes[0], TEST_FINAL_CLTV - 1); // Confirm blocks until the HTLC expires
1282
1283
- // Check we only broadcast 1 timeout tx
1284
let claim_txn = nodes[0].tx_broadcaster.txn_broadcasted.lock().unwrap().clone();
1285
assert_eq!(claim_txn.len(), 8);
1286
0 commit comments