We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cc8c7 commit f081b4eCopy full SHA for f081b4e
eth/catalyst/api.go
@@ -657,7 +657,7 @@ func (api *ConsensusAPI) delayPayloadImport(block *types.Block) engine.PayloadSt
657
api.remoteBlocks.put(block.Hash(), block.Header())
658
659
// Although we don't want to trigger a sync, if there is one already in
660
- // progress, try to extend if with the current payload request to relieve
+ // progress, try to extend it with the current payload request to relieve
661
// some strain from the forkchoice update.
662
err := api.eth.Downloader().BeaconExtend(api.eth.SyncMode(), block.Header())
663
if err == nil {
0 commit comments