eth/catalyst: don't force set status as synced

This commit is contained in:
lightclient 2025-09-18 20:55:01 +02:00
parent de71036ace
commit d5c444a73a
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -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())