mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-26 00:16:18 +00:00
fix comment typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
630ef46d9b
commit
4a4c9a27d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue