mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
pre_exec not support DynamicFeeTxType
This commit is contained in:
parent
3fde780bbd
commit
3c185f4585
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue