Skip to content

Commit

Permalink
miner: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Feb 23, 2024
1 parent 08b0057 commit e413a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func (w *worker) newWorkLoop(ctx context.Context, recommit time.Duration) {

timestamp = time.Now().Unix()
commit(false, commitInterruptNewHead)
log.Info("[sync debug] worker.newWorkLoop: done commiting", "head", head.Block.Number().Uint64(), "hash", head.Block.Hash())
log.Info("[sync debug] worker.newWorkLoop: done committing", "head", head.Block.Number().Uint64(), "hash", head.Block.Hash())

case <-timer.C:
// If sealing is running resubmit a new work cycle periodically to pull in
Expand Down

0 comments on commit e413a50

Please sign in to comment.