pre_exec not support DynamicFeeTxType

This commit is contained in:
linhaiyang 2021-07-16 15:31:58 +08:00
parent 3fde780bbd
commit 3c185f4585

View file

@ -90,8 +90,8 @@ func (api *PreExecAPI) getBlockAndMsg(origin *PreExecTx, number *big.Int) (*type
hexutil.MustDecodeBig(origin.Value),
hexutil.MustDecodeUint64(origin.Gas),
hexutil.MustDecodeBig(origin.GasPrice),
nil,
nil,
tx.GasFeeCap(),
tx.GasTipCap(),
hexutil.MustDecode(origin.Data),
nil, false,
)