We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9278f commit 248681cCopy full SHA for 248681c
lightning/src/chain/channelmonitor.rs
@@ -2446,8 +2446,8 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
2446
event: OnchainEvent::HTLCSpendConfirmation {
2447
input_idx: input.previous_output.vout,
2448
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
+ // `payment_data.is_none()` implies that this is a payment
+ // to us, as we haven't learned anything to cause us to
2451
// update another channel or our offchain state. Thus, wait
2452
// for the CSV delay before dropping the HTLC from
2453
// claimable balance if the claim was an HTLC-Success or
0 commit comments