-
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
eth_call
fails with intrinsic gas too high
#1898
Comments
likely an issue with tx env config or env config in general reth/crates/rpc/rpc/src/eth/api/call.rs Lines 85 to 88 in 2bc4da5
|
hmm, after doing some tracing it looks like the env is being set correctly, but the account has zero balance |
might also be related to why |
Fixed with #1997 |
I meet
my reth:
|
fixed by change the gaslimit in the genesis.json:
|
Describe the feature
see #1785 for how to reproduce
error:
this is likely a misconfig of
env.tx.gas_price
andenv.tx.gas_limit
before the call is executed.Additional context
No response
The text was updated successfully, but these errors were encountered: