diff --git a/triedb/pathdb/history_indexer_state.go b/triedb/pathdb/history_indexer_state.go index 61ef5a8070..67f1df3d6b 100644 --- a/triedb/pathdb/history_indexer_state.go +++ b/triedb/pathdb/history_indexer_state.go @@ -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 )