Skip to content

Commit

Permalink
Update log message when no blocks validated yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Dec 6, 2023
1 parent d01eb16 commit 5b03014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staker/staker.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (s *Staker) Start(ctxIn context.Context) {
backoff = time.Minute
log.Error("error acting as staker", "err", err)
} else {
log.Warn("error acting as staker", "err", err)
log.Warn("block validation is still pending")
}
return backoff
})
Expand Down

0 comments on commit 5b03014

Please sign in to comment.