Skip to content

Commit

Permalink
Set madeblock correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed May 15, 2024
1 parent a1403d0 commit 3b33bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/gethexec/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ func (s *Sequencer) Start(ctxIn context.Context) error {
nextBlock := time.Now().Add(s.config().MaxBlockSpeed)
var madeBlock bool
if s.enableProfiling {
s.createBlockWithProfiling(ctx)
madeBlock = s.createBlockWithProfiling(ctx)
} else {
madeBlock = s.createBlock(ctx)
}
Expand Down

0 comments on commit 3b33bc4

Please sign in to comment.