mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
rm stale todos
This commit is contained in:
parent
172ed025d1
commit
ddba7dd3d8
1 changed files with 0 additions and 2 deletions
|
|
@ -190,8 +190,6 @@ func (sim *simulator) processBlock(ctx context.Context, block *simBlock, header,
|
||||||
evm.SetPrecompiles(precompiles)
|
evm.SetPrecompiles(precompiles)
|
||||||
}
|
}
|
||||||
for i, call := range block.Calls {
|
for i, call := range block.Calls {
|
||||||
// TODO: Pre-estimate nonce and gas
|
|
||||||
// TODO: Move gas fees sanitizing to beginning of func
|
|
||||||
if err := sim.sanitizeCall(&call, sim.state, header, blockContext, &gasUsed); err != nil {
|
if err := sim.sanitizeCall(&call, sim.state, header, blockContext, &gasUsed); err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue