Skip to content

Commit 504aa69

Browse files
committed
f correct comment
1 parent ddd7ffe commit 504aa69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/ln/functional_tests.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -9605,10 +9605,10 @@ fn test_keysend_payments_to_private_node() {
96059605

96069606
#[test]
96079607
fn test_double_partial_claim() {
9608-
// Test what happens if a node receives a payment, generates a PaymentReceived event, some of
9609-
// the HTLCs time out, the sender resends only some of the MPP parts, then the user processes
9610-
// the PaymentReceived event, ensuring they don't inadvertently claim only part of the full
9611-
// payment amount.
9608+
// Test what happens if a node receives a payment, generates a PaymentReceived event, the HTLCs
9609+
// time out, the sender resends only some of the MPP parts, then the user processes the
9610+
// PaymentReceived event, ensuring they don't inadvertently claim only part of the full payment
9611+
// amount.
96129612
let chanmon_cfgs = create_chanmon_cfgs(4);
96139613
let node_cfgs = create_node_cfgs(4, &chanmon_cfgs);
96149614
let node_chanmgrs = create_node_chanmgrs(4, &node_cfgs, &[None, None, None, None]);

0 commit comments

Comments
 (0)