Skip to content

Commit

Permalink
fix compilation issue in executionengine post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Feb 26, 2024
1 parent 54aa954 commit 16739dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions execution/gethexec/executionengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,15 +471,11 @@ func (s *ExecutionEngine) createBlockFromNextMessage(msg *arbostypes.MessageWith
statedb,
s.bc,
s.bc.Config(),
//<<<<<<< HEAD
// s.streamer.FetchBatch,
// s.logger,
//=======
func(batchNum uint64) ([]byte, error) {
data, _, err := s.streamer.FetchBatch(batchNum)
return data, err
},
//>>>>>>> v2.3.0
s.logger,
)

return block, statedb, receipts, err
Expand Down

0 comments on commit 16739dc

Please sign in to comment.