revert fake_msg pull request #12

This commit is contained in:
barryz 2021-11-08 13:01:42 +08:00
parent 8757cd15d7
commit a3f521203e

View file

@ -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