File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3181,9 +3181,8 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
3181
3181
mem:: swap ( outcome, & mut reason) ;
3182
3182
if let OutboundHTLCOutcome :: Success ( Some ( preimage) ) = reason {
3183
3183
// While failing to handle the `Success(None)` case here could result in
3184
- // forgetting some HTLC claims, it is only reachable if the HTLC was claimed on
3185
- // LDK 0.0.104 and prior versions, then upgrading to a modern LDK before the
3186
- // HTLC fully resolves.
3184
+ // forgetting some HTLC claims, it is only reachable for HTLCs claimed on LDK
3185
+ // 0.0.104 or before, then upgrading LDK before the HTLC is fully resolved.
3187
3186
claimed_htlcs. push ( ( SentHTLCId :: from_source ( & htlc. source ) , preimage) ) ;
3188
3187
}
3189
3188
htlc. state = OutboundHTLCState :: AwaitingRemoteRevokeToRemove ( reason) ;
You can’t perform that action at this time.
0 commit comments