Skip to content

Commit 3887730

Browse files
committed
f wrong event
1 parent c53171e commit 3887730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/monitor_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3237,7 +3237,7 @@ fn test_claim_event_never_handled() {
32373237

32383238
let chan = create_announced_chan_between_nodes(&nodes, 0, 1);
32393239

3240-
// Send the payment we'll ultimately test the PaymentSent event for.
3240+
// Send the payment we'll ultimately test the PaymentClaimed event for.
32413241
let (preimage_a, payment_hash_a, ..) = route_payment(&nodes[0], &[&nodes[1]], 1_000_000);
32423242

32433243
nodes[1].node.claim_funds(preimage_a);

0 commit comments

Comments
 (0)