mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 18:24:26 +01:00
Fixed getbalances return values in docs
This commit is contained in:
@@ -604,10 +604,12 @@ Proxy response:
|
||||
|
||||
```json
|
||||
{
|
||||
"mine": {
|
||||
"trusted": 1.29979716,
|
||||
"untrusted_pending": 0.00000000,
|
||||
"immature": 0.00000000
|
||||
"balances": {
|
||||
"mine": {
|
||||
"trusted": 1.29979716,
|
||||
"untrusted_pending": 0,
|
||||
"immature": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user