mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
eth/catalyst: don't force set status as synced
This commit is contained in:
parent
de71036ace
commit
d5c444a73a
1 changed files with 0 additions and 1 deletions
|
|
@ -734,7 +734,6 @@ func (api *ConsensusAPI) newPayload(params engine.ExecutableData, versionedHashe
|
|||
if block.NumberU64() != 1 {
|
||||
return api.delayPayloadImport(block), nil
|
||||
}
|
||||
api.eth.SetSynced()
|
||||
}
|
||||
if !api.eth.BlockChain().HasBlockAndState(block.ParentHash(), block.NumberU64()-1) {
|
||||
api.remoteBlocks.put(block.Hash(), block.Header())
|
||||
|
|
|
|||
Loading…
Reference in a new issue