docs: update release notes

This commit is contained in:
Elle Mouton 2022-03-18 14:37:28 +02:00
parent e789107e1f
commit a4bd3892d2
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -64,6 +64,12 @@ to Bitcoin nodes that advertise a Tor v3 onion service address.
capable of status checks, adding, disconnecting and listing peers, fetching
compact filters and block/block headers.
## Btcwallet
* [Add option to configure the block and transaction subscription
notifications from bitcoind to be obtained through polling of the RPC
interface instead of using ZMQ](https://github.com/lightningnetwork/lnd/pull/6345)
## Bug Fixes
* [Pipelining an UpdateFulfillHTLC message now only happens when the related UpdateAddHTLC is locked-in.](https://github.com/lightningnetwork/lnd/pull/6246)