Merge pull request #7857 from hieblmi/wallet-balance-account

lnrpc: adding account name to the `WalletBalance` rpc
This commit is contained in:
Oliver Gugger
2023-08-02 10:45:46 +02:00
committed by GitHub
7 changed files with 1687 additions and 1632 deletions

View File

@@ -120,6 +120,9 @@ on the old value of 10000](https://github.com/lightningnetwork/lnd/pull/7780).
message now supports all fields that are present in the `OpenChannel` message,
except for the `funding_shim` and `fundmax` fields.
* The [WalletBalance](https://github.com/lightningnetwork/lnd/pull/7857) RPC
(lncli walletbalance) now supports showing the balance for a specific account.
## Misc
* [Generate default macaroons