mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
lnrpc: WalletBalanceRequest adds account
This commit is contained in:
@@ -2828,6 +2828,9 @@ message WalletAccountBalance {
|
||||
}
|
||||
|
||||
message WalletBalanceRequest {
|
||||
// The wallet account the balance is shown for.
|
||||
// If this is not specified, the balance of the "default" account is shown.
|
||||
string account = 1;
|
||||
}
|
||||
|
||||
message WalletBalanceResponse {
|
||||
|
Reference in New Issue
Block a user