Skip to content

Commit f081b4e

Browse files
pengwenhui888jorgemmsilva
authored andcommitted
eth/catalyst: fix typo (ethereum#29580)
1 parent 19cc8c7 commit f081b4e

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
@@ -657,7 +657,7 @@ func (api *ConsensusAPI) delayPayloadImport(block *types.Block) engine.PayloadSt
657657
api.remoteBlocks.put(block.Hash(), block.Header())
658658

659659
// 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
660+
// progress, try to extend it with the current payload request to relieve
661661
// some strain from the forkchoice update.
662662
err := api.eth.Downloader().BeaconExtend(api.eth.SyncMode(), block.Header())
663663
if err == nil {

0 commit comments

Comments
 (0)