From 9b40e8f14e42adda68f71da83fac3d7b4b6f909e Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 26 Jan 2023 17:39:55 +0000 Subject: [PATCH] Remove stale comment in test This should have been done in 7dcbf2cd1c4de29b7c32165ca3d6ac3c47f1 but was not. --- lightning/src/ln/functional_tests.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lightning/src/ln/functional_tests.rs b/lightning/src/ln/functional_tests.rs index 8b71837d..374d0a1a 100644 --- a/lightning/src/ln/functional_tests.rs +++ b/lightning/src/ln/functional_tests.rs @@ -4815,8 +4815,6 @@ fn test_duplicate_payment_hash_one_failure_one_success() { expect_payment_failed_with_update!(nodes[0], duplicate_payment_hash, false, chan_2.0.contents.short_channel_id, true); // Solve 2nd HTLC by broadcasting on B's chain HTLC-Success Tx from C - // Note that the fee paid is effectively double as the HTLC value (including the nodes[1] fee - // and nodes[2] fee) is rounded down and then claimed in full. mine_transaction(&nodes[1], &htlc_success_txn[1]); expect_payment_forwarded!(nodes[1], nodes[0], nodes[2], Some(196), true, true); let updates = get_htlc_update_msgs!(nodes[1], nodes[0].node.get_our_node_id()); -- 2.30.2