mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue