mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-30 01:30:11 +02:00
Adds helper function lnrpc.RPCTransaction to create a single lnrpc.Transaction and refactors lnrpc.RPCTransactionDetails
1.6 KiB
1.6 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
- Harsha Goli
- Martin Habovštiak
- Naveen Srinivasan
- Oliver Gugger
- Yong Yu