rust-lightning/pending_changelog/2063.txt
Valentine Wallace 753e4ce3c3
Remove PaymentPathFailed::retry
We now support automatic retries in ChannelManager and no longer support manual
retries, so the field is useless.
2023-03-13 11:59:03 -04:00

4 lines
156 B
Text

## API Updates
- `Event::PaymentPathFailed::retry` will always be `None` if we initiate a payment on 0.0.115
then downgrade to an earlier version (#2063)