Skip to content

Commit 9b40e8f

Browse files
committed
Remove stale comment in test
This should have been done in 7dcbf2c but was not.
1 parent 8bc3428 commit 9b40e8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4815,8 +4815,6 @@ fn test_duplicate_payment_hash_one_failure_one_success() {
48154815
expect_payment_failed_with_update!(nodes[0], duplicate_payment_hash, false, chan_2.0.contents.short_channel_id, true);
48164816

48174817
// Solve 2nd HTLC by broadcasting on B's chain HTLC-Success Tx from C
4818-
// Note that the fee paid is effectively double as the HTLC value (including the nodes[1] fee
4819-
// and nodes[2] fee) is rounded down and then claimed in full.
48204818
mine_transaction(&nodes[1], &htlc_success_txn[1]);
48214819
expect_payment_forwarded!(nodes[1], nodes[0], nodes[2], Some(196), true, true);
48224820
let updates = get_htlc_update_msgs!(nodes[1], nodes[0].node.get_our_node_id());

0 commit comments

Comments
 (0)