rust-lightning/pending_changelog/blinded-hop-features-optional.txt
Valentine Wallace 18ebbf7244
Make blinded hop features optional per spec.
The spec states that if these features are missing, we MUST process the message
as if it were present and contained an empty array.
2024-03-18 17:07:27 -04:00

5 lines
167 B
Text

## Bug Fixes
* LDK previously would fail to forward an intermediate blinded payment
if the blinded hop features were absent, potentially breaking
interoperability.