From 3093fdd209ecc28f5771697d07d8a9e0e83e8b83 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 28 Nov 2025 14:36:15 +0100 Subject: [PATCH] eth/catalyst: fix typo --- 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 d65e676ca1..0386bac556 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -466,7 +466,7 @@ func (api *ConsensusAPI) GetPayloadV5(payloadID engine.PayloadID) (*engine.Execu }) } -// getPayload will retreive the specified payload and verify it conforms to the +// getPayload will retrieve the specified payload and verify it conforms to the // endpoint's allowed payload versions and forks. // // Note passing nil `forks`, `versions` disables the respective check.