ripple / rippled-historical-database

SQL database as a canonical source of historical data
99 stars 68 forks source link

GET /v2/accounts/{:address}/balances incorrectly returns 'unable to retrieve balances' #98

Closed jnr101 closed 8 years ago

jnr101 commented 8 years ago

Getting balances from existing accounts returns so once in a while the following:

{ result: 'error', message: 'unable to retrieve balances' }

The account however exists and contains balances. This is confusing, because the same error is returned if the account does not exist (yet)

jnr101 commented 8 years ago

This issue seems to have been solved. All calls are return balance correcly when they should