Skip to content

Commit

Permalink
typo fix backend.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini murafa authored Jan 1, 2025
1 parent be92342 commit d47e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func (s *Ethereum) SyncMode() downloader.SyncMode {
// the head state, forcefully rerun the snap sync. Note it doesn't mean the
// persistent state is corrupted, just mismatch with the head block.
if !s.blockchain.HasState(head.Root) {
log.Info("Reenabled snap sync as chain is stateless")
log.Info("Re-enabled snap sync as chain is stateless")
return downloader.SnapSync
}
// Nope, we're really full syncing
Expand Down

0 comments on commit d47e44d

Please sign in to comment.