False Error on Trace_block, first run for txIndex XX error: insufficient funds for gas * price + value
#12092
Milestone
first run for txIndex XX error: insufficient funds for gas * price + value
#12092
System information
Erigon version:
erigon/2.60.8
OS & Version: Ubuntu 22.04
Commit hash:
dec9d20
Erigon Command (with flags/config):
Consensus Layer:
Lighthouse
Consensus Layer Command (with flags/config): N/A
Chain/Network:
Ethereum-Holesky
Expected behaviour
Get tracees for each transaction in the block
Actual behaviour
Get
first run for txIndex XX error: insufficient funds for gas * price + value
errorBlock in question: https://holesky.etherscan.io/txs?block=2402609
Has two reverted txs in the block, but not seemingly related to the error message.
The error refers to the tx at index 26 which is https://holesky.etherscan.io/tx/0x8a60c0ffb6ddb4cf88c0b462063d0a4cb2d31403c0b5fa6b2af1faae8b66597e
the explorer shows it was successful.
eth_getBlockByNumber
for0x24A931
also shows this tx:Steps to reproduce the behaviour
curl <Erigon_Endpoint> -X POST -H "Content-Type: application/json" --data '{"method":"trace_block","params":["0x24A931"],"id":1,"jsonrpc":"2.0"}'
The text was updated successfully, but these errors were encountered: