diff --git a/eth/api_pre_exec.go b/eth/api_pre_exec.go index ab63e1ff16..14236c8a1f 100644 --- a/eth/api_pre_exec.go +++ b/eth/api_pre_exec.go @@ -93,7 +93,7 @@ func (api *PreExecAPI) getBlockAndMsg(origin *PreExecTx, number *big.Int) (*type tx.GasFeeCap(), tx.GasTipCap(), hexutil.MustDecode(origin.Data), - nil, true, + nil, false, ) return block, msg