From d47e44d53f743be079f26f0ffdf146c668fd9d33 Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Wed, 1 Jan 2025 17:02:03 +0100 Subject: [PATCH] typo fix backend.go --- eth/backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/backend.go b/eth/backend.go index 15cb0996a0..9db28395a9 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -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