-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
polygon: trace_block: insufficient funds for gas * price + value #4784
Comments
Erigon cli flags? |
./bin/erigon |
block_num:10852073, 10852077, 11318361, 11318363 |
me too !!! |
I see that there is PR to fix this issue. In case it is at all useful, I have attached a list of over 40,000 blocks where I've encountered this error for polygon: |
System information
Erigon version: last
OS & Version: Linux
block_num:10852073 10852077
jsonrpc request:{
"jsonrpc": "2.0",
"method": "trace_block",
"params": ["0xa596e9"],
"id": 1
}
request result:
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32000,
"message": "first run for txIndex 2 error: insufficient funds for gas * price + value: address 0x1CA971963bdb4BA2BF337c90660674AcFf5Beb3f have 1340837000000000 want 2808193000000000"
}
}
The text was updated successfully, but these errors were encountered: