Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Mar 28, 2024
1 parent 94bf8d2 commit 9e4f6e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions execution/gethexec/executionengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,6 @@ func (s *ExecutionEngine) createBlockFromNextMessage(msg *arbostypes.MessageWith
statedb,
s.bc,
s.bc.Config(),
func(batchNum uint64) ([]byte, error) {
data, _, err := s.streamer.FetchBatch(batchNum)
return data, err
},
batchFetcher,
opts...,
)
Expand Down

0 comments on commit 9e4f6e1

Please sign in to comment.