mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 22:13:47 +00:00
revert fake_msg pull request #12
This commit is contained in:
parent
8757cd15d7
commit
a3f521203e
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ func (api *PreExecAPI) getBlockAndMsg(origin *PreExecTx, number *big.Int) (*type
|
||||||
tx.GasFeeCap(),
|
tx.GasFeeCap(),
|
||||||
tx.GasTipCap(),
|
tx.GasTipCap(),
|
||||||
hexutil.MustDecode(origin.Data),
|
hexutil.MustDecode(origin.Data),
|
||||||
nil, true,
|
nil, false,
|
||||||
)
|
)
|
||||||
|
|
||||||
return block, msg
|
return block, msg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue