eth/catalyst: fix typo (#29580)
This commit is contained in:
parent
823719b9e1
commit
81349ff6e5
@ -657,7 +657,7 @@ func (api *ConsensusAPI) delayPayloadImport(block *types.Block) engine.PayloadSt
|
|||||||
api.remoteBlocks.put(block.Hash(), block.Header())
|
api.remoteBlocks.put(block.Hash(), block.Header())
|
||||||
|
|
||||||
// Although we don't want to trigger a sync, if there is one already in
|
// Although we don't want to trigger a sync, if there is one already in
|
||||||
// progress, try to extend if with the current payload request to relieve
|
// progress, try to extend it with the current payload request to relieve
|
||||||
// some strain from the forkchoice update.
|
// some strain from the forkchoice update.
|
||||||
err := api.eth.Downloader().BeaconExtend(api.eth.SyncMode(), block.Header())
|
err := api.eth.Downloader().BeaconExtend(api.eth.SyncMode(), block.Header())
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user