mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-23 22:56:54 +01:00
LDK versions prior to 0.0.104 had stateful inbound payments written in this map. In 0.0.104, we added support for stateless inbound payments with deterministically generated payment secrets, and maintained deprecated support for stateful inbound payments until 0.0.116. After 0.0.116, no further inbound payments could have been written into this map.
6 lines
228 B
Text
6 lines
228 B
Text
# Backwards Compatibility
|
|
* Pending inbound payments added in versions 0.0.116 or earlier using the
|
|
`create_inbound_payment{,_for_hash}_legacy` API will be ignored on `ChannelManager`
|
|
deserialization and fail to be received
|
|
|
|
|