From 4a4c9a27d2130fc9f6833d02806859c482c46b1b Mon Sep 17 00:00:00 2001 From: Sina M <1591639+s1na@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:58:12 +0100 Subject: [PATCH] fix comment typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- triedb/pathdb/history_indexer_state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )