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
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_protocolVersion","params":[],"id":1}' http://0.0.0.0:1234
Result -
{"id":5,"jsonrpc":"2.0","result":["0xfce988f79e69923752655bad9ac63608fc86e321"]}
Basically the proxy is returning data for the previous request.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The jsonrpcproxy is returning wrong results.
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_protocolVersion","params":[],"id":1}' http://0.0.0.0:1234
Result -
{"id":5,"jsonrpc":"2.0","result":["0xfce988f79e69923752655bad9ac63608fc86e321"]}
Basically the proxy is returning data for the previous request.
The text was updated successfully, but these errors were encountered: