rust-lightning/pending_changelog
Matt Corallo 1969b48b7a Note that abandon_payment does not persist the state update in docs
If a user calls `abandon_payment`, then restarts without freshly
persisting the `ChannelManager`, the payment will still be pending
on restart. This was unclear from the docs (and the docs seemed to
imply otherwise). Because this doesn't materially impact the
usability of `abandon_payment` (users shouldn't be called
`retry_payment` on an abandoned one anyway), we simply document it.

Fixes #1804.
2022-12-12 19:59:19 +00:00
..
.empty_folder Update release notes for 0.0.111 2022-09-12 22:33:37 +00:00
1743.txt Add ChannelReady event 2022-11-03 11:45:28 +01:00
1856.txt Expose the channel via which we received a payment 2022-11-29 18:49:49 +01:00
elias-event-renaming.txt Update docs and add pending changelog 2022-12-04 17:44:39 +01:00
matt-abandon-restart.txt Note that abandon_payment does not persist the state update in docs 2022-12-12 19:59:19 +00:00
matt-idempotent-payments.txt Add a pending changelog entry for the past few commits 2022-11-02 01:09:07 +00:00