mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 11:22:10 +02:00
lnrpc+lnd: adds required reserve in walletbalance rpc
This commit is contained in:
@@ -2567,6 +2567,9 @@ message WalletBalanceResponse {
|
||||
// other usage.
|
||||
int64 locked_balance = 5;
|
||||
|
||||
// The amount of reserve required.
|
||||
int64 reserved_balance_anchor_chan = 6;
|
||||
|
||||
// A mapping of each wallet account's name to its balance.
|
||||
map<string, WalletAccountBalance> account_balance = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user