File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -361,9 +361,9 @@ enum OnchainEvent {
361
361
HTLCUpdate {
362
362
source : HTLCSource ,
363
363
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).
367
367
onchain_value_satoshis : Option < u64 > ,
368
368
htlc_value_satoshis : Option < u64 > ,
369
369
/// None in the second case, above, ie when there is no relevant output in the commitment
You can’t perform that action at this time.
0 commit comments