We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41a079 commit e68b882Copy full SHA for e68b882
docs/release-notes/release-notes-0.20.0.md
@@ -125,6 +125,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
125
record](https://github.com/lightningnetwork/lnd/pull/9897) on the
126
`channel_update` message and handle it explicitly throughout the code base
127
instead of extracting it from the TLV stream at various call-sites.
128
+* [Don't error out](https://github.com/lightningnetwork/lnd/pull/9884) if an
129
+ invoice's feature vector contain both the required and optional versions of a
130
+ feature bit. In those cases, just treat the feature as mandatory.
131
132
## Testing
133
0 commit comments