From ddba7dd3d8edccf69bd21326d40eca6b3ae052e6 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Mon, 15 Jul 2024 21:08:14 +0200 Subject: [PATCH] rm stale todos --- internal/ethapi/simulate.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/ethapi/simulate.go b/internal/ethapi/simulate.go index cbee558cfd..537de64ad3 100644 --- a/internal/ethapi/simulate.go +++ b/internal/ethapi/simulate.go @@ -190,8 +190,6 @@ func (sim *simulator) processBlock(ctx context.Context, block *simBlock, header, evm.SetPrecompiles(precompiles) } 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 { return nil, nil, err }