docs/release-notes: add entry for HTLC interceptor bug fix

This commit is contained in:
Olaoluwa Osuntokun 2021-10-28 16:52:08 -07:00
parent fe44aedb25
commit 7b45a47ce3
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -558,6 +558,10 @@ messages directly. There is no routing/path finding involved.
fixed](https://github.com/lightningnetwork/lnd/pull/5893) in the
[`btcwallet` dependency](https://github.com/btcsuite/btcwallet/pull/773).
* [A bug has been fixed that would at times cause intercepted HTLCs to be
re-notified](https://github.com/lightningnetwork/lnd/pull/5901), which could
lead to higher-level HTLC mismanagement issues.
## Documentation
The [code contribution guidelines have been updated to mention the new