mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-29 11:11:53 +01:00
The log message was confusing because it was emitted even when running within systemd if the service type was **not** `notify`. This clarifies the message by mentioning the edge case. Being able to distinguish the two cases would be nicer but there doesn't seem to be a reasonably simple, obvious, reliable way to do it. Complicated solutions are most likely not worth it for a simple log message.
2.1 KiB
2.1 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