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
Erigon version: erigon/1.2.16/linux-amd64/go1.21.5
erigon/1.2.16/linux-amd64/go1.21.5
OS & Version: Linux
Chain/Network: BSC Testnet
Correct response
{ "jsonrpc": "2.0", "id": 1, "error": { "code": -32000, "message": "21 out of range [1,8]" } }
Run the payload { "jsonrpc": "2.0", "method": "eth_getFinalizedHeader", "params": [21], "id": 1 }
{ "jsonrpc": "2.0", "method": "eth_getFinalizedHeader", "params": [21], "id": 1 }
[WARN] [01-26|13:42:14.398] [rpc] served conn=xxx.xxx.xxx.xxx:54553 method=eth_getFinalizedHeader reqid=1 t=197.445µs err="21 out of range [1,8]"
The text was updated successfully, but these errors were encountered:
duplicate of bnb-chain/bsc#2866
Sorry, something went wrong.
No branches or pull requests
System information
Erigon version:
erigon/1.2.16/linux-amd64/go1.21.5
OS & Version: Linux
Chain/Network: BSC Testnet
Expected behaviour
Correct response
Actual behaviour
Steps to reproduce the behaviour
Run the payload
{ "jsonrpc": "2.0", "method": "eth_getFinalizedHeader", "params": [21], "id": 1 }
Backtrace
The text was updated successfully, but these errors were encountered: