We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug api eth_getBalance, get pending balance occurrence error. when TAG param is "pending", return error.
To Reproduce
{"jsonrpc":"2.0","method":"eth_getBalance","params":["0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b","pending"],"id":7}
{ "jsonrpc": "2.0", "id": "", "error": { "code": -32603, "message": "Internal error", "data": "runtime error: invalid memory address or nil pointer dereference" } }
Expected behavior for example:
{ "jsonrpc": "2.0", "id": 6, "result": "0x7fffffffffffffff" } json **Desktop (please complete the following information):** - OS: Ubuntu - Version: 18.04 lts - Golang Version: go1.10.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
api eth_getBalance, get pending balance occurrence error.
when TAG param is "pending", return error.
To Reproduce
Expected behavior
for example:
The text was updated successfully, but these errors were encountered: