Skip to content

Commit 20059a1

Browse files
committed
f drop tx list comment, we aren't checking it anyway
1 parent 31513b2 commit 20059a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,10 +2603,6 @@ fn claim_htlc_outputs_single_tx() {
26032603

26042604
let node_txn = nodes[1].tx_broadcaster.txn_broadcasted.lock().unwrap();
26052605
assert!(node_txn.len() == 9 || node_txn.len() == 10);
2606-
// ChannelMonitor: justice tx revoked offered htlc, justice tx revoked received htlc, justice tx revoked to_local (3)
2607-
// ChannelManager: local commmitment + local HTLC-timeout (2)
2608-
// ChannelMonitor: bumped justice tx, after one increase, bumps on HTLC aren't generated not being substantial anymore, bump on revoked to_local isn't generated due to more room for expiration (2)
2609-
// ChannelMonitor: local commitment + local HTLC-timeout (2)
26102606

26112607
// Check the pair local commitment and HTLC-timeout broadcast due to HTLC expiration
26122608
assert_eq!(node_txn[0].input.len(), 1);

0 commit comments

Comments
 (0)