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 @@ -388,9 +388,9 @@ impl OnchainEventEntry {
388
388
/// once they mature to enough confirmations (ANTI_REORG_DELAY)
389
389
#[ derive( PartialEq ) ]
390
390
enum OnchainEvent {
391
- /// HTLC output getting solved by a timeout, at maturation we pass upstream payment source information to solve
392
- /// inbound HTLC in backward channel. Note, in case of preimage, we pass info to upstream without delay as we can
393
- /// only win from it, so it's never an OnchainEvent
391
+ /// HTLC output being spent by an HTLC- timeout or timeout-condition claim. If an HTLC is
392
+ /// claimed with a preimage we pass the preimage upstream immediately, so it will only appear
393
+ /// as an `HTLCSpendConfirmation`, below.
394
394
HTLCUpdate {
395
395
source : HTLCSource ,
396
396
payment_hash : PaymentHash ,
You can’t perform that action at this time.
0 commit comments