mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 06:04:20 +01:00
The minimum relay fee is always ensured to be above our fee floor except in the very first min relay fee query to bitcoind. This commit ensures that the fee floor is respected in this first query.
1.8 KiB
1.8 KiB
Release Notes
Bug Fixes
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 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
Bug fixes
RPC Server
-
ChanStatusFlags is now exposed inside WaitingCloseResp from calling
PendingChannels.
Contributors (Alphabetical Order)
- Andras Banki-Horvath
- Bjarne Magnussen
- Elle Mouton
- Harsha Goli
- Martin Habovštiak
- Naveen Srinivasan
- Oliver Gugger
- Yong Yu