rust-lightning/pending_changelog/3439-remove-accept-mpp-keysend-cfg.txt
Valentine Wallace 2e685ffb24
Remove UserConfig::accept_mpp_keysend
This option was added to force users to opt into breaking compat with
< 0.0.116, so it should be fine to remove for the 0.1 release. Otherwise,
receiving to static invoices would always require flipping this on.
2024-12-04 15:57:20 -05:00

4 lines
137 B
Plaintext

# Backwards Compatibility
* The presence of pending inbound MPP keysend payments breaks downgrades to LDK versions 0.0.115 and
earlier.