Skip to content

Commit 248681c

Browse files
committed
f rewords
1 parent 4e9278f commit 248681c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,8 +2446,8 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
24462446
event: OnchainEvent::HTLCSpendConfirmation {
24472447
input_idx: input.previous_output.vout,
24482448
our_preimage: None,
2449-
// `payment_data.is_none()` implies that this is our
2450-
// payment, as we haven't learned anything to cause us to
2449+
// `payment_data.is_none()` implies that this is a payment
2450+
// to us, as we haven't learned anything to cause us to
24512451
// update another channel or our offchain state. Thus, wait
24522452
// for the CSV delay before dropping the HTLC from
24532453
// claimable balance if the claim was an HTLC-Success or

0 commit comments

Comments
 (0)