Skip to content

Commit 3093fdd

Browse files
committed
eth/catalyst: fix typo
1 parent 795481c commit 3093fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/catalyst/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ func (api *ConsensusAPI) GetPayloadV5(payloadID engine.PayloadID) (*engine.Execu
466466
})
467467
}
468468

469-
// getPayload will retreive the specified payload and verify it conforms to the
469+
// getPayload will retrieve the specified payload and verify it conforms to the
470470
// endpoint's allowed payload versions and forks.
471471
//
472472
// Note passing nil `forks`, `versions` disables the respective check.

0 commit comments

Comments
 (0)