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 e61d971 commit 2815d49Copy full SHA for 2815d49
docs/release-notes/release-notes-0.20.0.md
@@ -29,6 +29,10 @@
29
- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042)
30
when we fail starting up LND before we startup the chanbackup sub-server.
31
32
+- Fixed BOLT-11 invoice parsing behavior: [now errors](
33
+ https://github.com/lightningnetwork/lnd/pull/9993) are returned when receiving
34
+ empty route hints or a non-UTF-8-encoded description.
35
+
36
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10027) an issue where
37
known TLV fields were incorrectly encoded into the `ExtraData` field of
38
messages in the dynamic commitment set.
0 commit comments