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.MustDecodeBig(origin.Value),
hexutil.MustDecodeUint64(origin.Gas), hexutil.MustDecodeUint64(origin.Gas),
hexutil.MustDecodeBig(origin.GasPrice), hexutil.MustDecodeBig(origin.GasPrice),
nil, tx.GasFeeCap(),
nil, tx.GasTipCap(),
hexutil.MustDecode(origin.Data), hexutil.MustDecode(origin.Data),
nil, false, nil, false,
) )