From f41d705da6bd36a73006925b055eeca010deca8d Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:47:01 +0300 Subject: [PATCH] fix api.go --- eth/catalyst/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index 0efa61587d..0f6dd322e5 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -124,7 +124,7 @@ type ConsensusAPI struct { invalidLock sync.Mutex // Protects the invalid maps from concurrent access // Geth can appear to be stuck or do strange things if the beacon client is - // offline or is sending us strange data. Stash some update stats away so + // offline or is sending us strange data. Stash some updated stats away so // that we can warn the user and not have them open issues on our tracker. lastTransitionUpdate time.Time lastTransitionLock sync.Mutex