mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-19 12:34:46 -04:00
update locked -> pending balance
This commit is contained in:
parent
cb10a65a83
commit
f464110fb5
23 changed files with 72 additions and 72 deletions
|
@ -1126,8 +1126,8 @@ message BtcBalanceInfo {
|
|||
|
||||
message XmrBalanceInfo {
|
||||
uint64 balance = 1 [jstype = JS_STRING];
|
||||
uint64 unlocked_balance = 2 [jstype = JS_STRING];
|
||||
uint64 locked_balance = 3 [jstype = JS_STRING];
|
||||
uint64 available_balance = 2 [jstype = JS_STRING];
|
||||
uint64 pending_balance = 3 [jstype = JS_STRING];
|
||||
uint64 reserved_offer_balance = 4 [jstype = JS_STRING];
|
||||
uint64 reserved_trade_balance = 5 [jstype = JS_STRING];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue