-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Changes the accounts_balances RPC to return per account results #3790
Conversation
Since we are doing
|
It makes sense to me to have the same type of error response when the account is not found. |
This RPC should also be taking |
The previous implementation returned only an error result in case any of the accounts were invalid. This implementation now handles each account separately returning per account results.
Reference issue: #3752