mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
eth/catalyst: fix typo
This commit is contained in:
parent
795481c790
commit
3093fdd209
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue