mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Fix bug in destinations amounts
This commit is contained in:
parent
24856cfafd
commit
d81b29182f
10 changed files with 82 additions and 21 deletions
|
@ -0,0 +1,16 @@
|
|||
{"id": 0,
|
||||
"jsonrpc": "2.0",
|
||||
"result": {"subaddress_accounts": [{"account_index": 0,
|
||||
"balance": 141601990026,
|
||||
"base_address": "56cXYWG13YKaT9z1aEy2hb9TZNnxrW3zE9S4nTQVDux5Qq7UYsmjuux3Zstxkorj9HAufyWLU3FwHW4uERQF6tkeUVogGN3",
|
||||
"label": "Primary account",
|
||||
"tag": "",
|
||||
"unlocked_balance": 141601990026},
|
||||
{"account_index": 1,
|
||||
"balance": 1000000000000,
|
||||
"base_address": "79kTZg96pMf2Dt9rLEWnLzTUB8XC1wMhxaJyxa79hJu6bK9CfFnfbSL1GJNZbqhv9xPqJhRj2Yfb7QUWa2zeEw56H4KiUfN",
|
||||
"label": "(Untitled account)",
|
||||
"tag": "",
|
||||
"unlocked_balance": 1000000000000}],
|
||||
"total_balance": 1141601990026,
|
||||
"total_unlocked_balance": 1141601990026}}
|
Loading…
Add table
Add a link
Reference in a new issue