docs: added release notes regarding #5539

This commit is contained in:
Martin Habovstiak 2021-11-22 09:49:19 +01:00
parent 2b3b70d40b
commit 333fe39a51

View file

@ -5,6 +5,15 @@
* [Return the nearest known fee rate when a given conf target cannot be found
from Web API fee estimator.](https://github.com/lightningnetwork/lnd/pull/6062)
## Wallet
* A bug that prevented opening anchor-based channels from external wallets when
the internal wallet was empty even though the transaction contained a
sufficiently large output belonging to the internal wallet
[was fixed](https://github.com/lightningnetwork/lnd/pull/5539)
In other words, freshly-installed LND can now be initailized with multiple
channels from an external (e.g. hardware) wallet *in a single transaction*.
## Build System
* [Clean up Makefile by using go
@ -35,6 +44,7 @@
* Andras Banki-Horvath
* Harsha Goli
* Martin Habovštiak
* Naveen Srinivasan
* Oliver Gugger
* Yong Yu