fix comment typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sina M 2026-03-11 13:58:12 +01:00 committed by GitHub
parent 630ef46d9b
commit 4a4c9a27d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ const (
stateSyncing
// stateStalled indicates that sync progress has stopped for a while
// with no progress. This may be caused by network instability (e.g., no eers),
// with no progress. This may be caused by network instability (e.g., no peers),
// manual operation such as syncing the local chain to a specific block.
stateStalled
)