Skip to content

Commit 744ad57

Browse files
committed
f clarify comment
1 parent 4e58fad commit 744ad57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ enum OnchainEvent {
361361
HTLCUpdate {
362362
source: HTLCSource,
363363
payment_hash: PaymentHash,
364-
/// If the HTLC was claimed by an HTLC-Success or HTLC-Timeout transaction (ie when the
365-
/// HTLC exists on chain), this is the amount of the output of that transaction (ie
366-
/// `htlc_value_satoshis` minus fees).
364+
/// If the HTLC was claimed by an HTLC-Timeout transaction (ie when the HTLC exists on
365+
/// chain), this is the amount of the output of that transaction (ie `htlc_value_satoshis`
366+
/// minus fees).
367367
onchain_value_satoshis: Option<u64>,
368368
htlc_value_satoshis: Option<u64>,
369369
/// None in the second case, above, ie when there is no relevant output in the commitment

0 commit comments

Comments
 (0)