Cleanup prepare_call_env function #11464
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
this currently accepts a gas limit field:
reth/crates/rpc/rpc-eth-api/src/helpers/call.rs
Line 1102 in f1aae36
however we only call this with the configured call gas limit:
reth/crates/rpc/rpc-eth-api/src/helpers/call.rs
Lines 448 to 451 in f1aae36
so this arg is kinda pointless.
also we should not disable gas_limit, because that's an anvil relict where this is safe.
TODO:
Additional context
No response
The text was updated successfully, but these errors were encountered: