eth/catalyst: fix typo

This commit is contained in:
Felix Lange 2025-11-28 14:36:15 +01:00
parent 795481c790
commit 3093fdd209

View file

@ -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. // endpoint's allowed payload versions and forks.
// //
// Note passing nil `forks`, `versions` disables the respective check. // Note passing nil `forks`, `versions` disables the respective check.