mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 22:46:40 +01:00
docs: added release notes regarding #5539
This commit is contained in:
parent
2b3b70d40b
commit
333fe39a51
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,15 @@
|
||||||
* [Return the nearest known fee rate when a given conf target cannot be found
|
* [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)
|
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
|
## Build System
|
||||||
|
|
||||||
* [Clean up Makefile by using go
|
* [Clean up Makefile by using go
|
||||||
|
@ -35,6 +44,7 @@
|
||||||
|
|
||||||
* Andras Banki-Horvath
|
* Andras Banki-Horvath
|
||||||
* Harsha Goli
|
* Harsha Goli
|
||||||
|
* Martin Habovštiak
|
||||||
* Naveen Srinivasan
|
* Naveen Srinivasan
|
||||||
* Oliver Gugger
|
* Oliver Gugger
|
||||||
* Yong Yu
|
* Yong Yu
|
||||||
|
|
Loading…
Add table
Reference in a new issue