mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-09 03:52:08 +00:00
14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"request": "{ block { transactions { block { transactions { block { number }}}}}}",
|
|
"responses": [{
|
|
"errors": [
|
|
{
|
|
"message": "maximum query complexity exceeded 204 > 200",
|
|
"extensions": {
|
|
"classification": "ExecutionAborted"
|
|
}
|
|
}
|
|
]
|
|
}],
|
|
"statusCode": 400
|
|
} |