Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

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

Good Apps but not work with geth private network #2

Open
timcheuk opened this issue Mar 4, 2021 · 0 comments
Open

Good Apps but not work with geth private network #2

timcheuk opened this issue Mar 4, 2021 · 0 comments

Comments

@timcheuk
Copy link

timcheuk commented Mar 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant