rust-lightning/lightning
Valentine Wallace 02316d28f1
Remove pending_inbound_payments map from ChannelManager
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.
2024-11-08 10:28:29 -05:00
..
src Remove pending_inbound_payments map from ChannelManager 2024-11-08 10:28:29 -05:00
Cargo.toml Merge pull request #3270 from optout21/bech32-iterser 2024-10-03 17:02:55 +00:00