You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good Apps but it is not able to connect geth because a additional parameter
The App sent {"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":67}
It response
{"jsonrpc":"2.0","id":67,"error":{"code":-32602,"message":"too many arguments, want at most 0"}}
Geth accept this tested by POSTMAN {"jsonrpc":"2.0","method":"eth_blockNumber","id":67}
it response correct response
{
"jsonrpc": "2.0",
"id": 67,
"result": "0xe3a"
}
Finally, it is a great improvement if users can custom network ID.
The text was updated successfully, but these errors were encountered:
Good Apps but it is not able to connect geth because a additional parameter
The App sent
{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":67}
It response
{"jsonrpc":"2.0","id":67,"error":{"code":-32602,"message":"too many arguments, want at most 0"}}
Geth accept this tested by POSTMAN
{"jsonrpc":"2.0","method":"eth_blockNumber","id":67}
it response correct response
{
"jsonrpc": "2.0",
"id": 67,
"result": "0xe3a"
}
Finally, it is a great improvement if users can custom network ID.
The text was updated successfully, but these errors were encountered: