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
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32000,
"message": "21 out of range [1,8]"
}
}
Steps to reproduce the behaviour
Run the payload { "jsonrpc": "2.0", "method": "eth_getFinalizedHeader", "params": [21], "id": 1 }
Backtrace
WARN [01-26|13:44:40.193] Served eth_getFinalizedHeader conn=xxx.xxx.xxx.xxx:54747 reqid=1 t="43.173µs" err="21 out of range [1,8]" X-Forwarded-For=<nil>
WARN [01-26|13:44:40.193] Served eth_getFinalizedHeader conn=xxx.xxx.xxx.xxx:54747 reqid=1 duration="42.271µs" err="21 out of range [1,8]"
The text was updated successfully, but these errors were encountered:
System information
Geth version:
Geth/v1.4.15-ec318b9c/linux-amd64/go1.21.13
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: