lnd/docs/release-notes/release-notes-0.14.2.md
Martin Habovstiak 17cf90ee34 signal: clarify the log message about systemd
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.
2021-12-16 14:02:24 +01:00

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

Contributors (Alphabetical Order)

  • Andras Banki-Horvath
  • Bjarne Magnussen
  • Elle Mouton
  • Harsha Goli
  • Martin Habovštiak
  • Naveen Srinivasan
  • Oliver Gugger
  • Yong Yu