mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +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.MustDecodeUint64(origin.Gas),
|
||||
hexutil.MustDecodeBig(origin.GasPrice),
|
||||
nil,
|
||||
nil,
|
||||
tx.GasFeeCap(),
|
||||
tx.GasTipCap(),
|
||||
hexutil.MustDecode(origin.Data),
|
||||
nil, false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue