File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1586,7 +1586,7 @@ mod tests {
1586
1586
// get two failures in a row with the second having `all_paths_failed` set.
1587
1587
// Generally, when we give up trying to retry a payment, we don't know for sure what the
1588
1588
// current state of the ChannelManager event queue is. Specifically, we cannot be sure that
1589
- // there are not multiple additional `PaymentPathFailed` or even `PaymentSuccess ` events
1589
+ // there are not multiple additional `PaymentPathFailed` or even `PaymentSent ` events
1590
1590
// pending which we will see later. Thus, when we previously removed the retry tracking map
1591
1591
// entry after a `all_paths_failed` `PaymentPathFailed` event, we may have dropped the
1592
1592
// retry entry even though more events for the same payment were still pending. This led to
You can’t perform that action at this time.
0 commit comments