From d5c444a73a779b790e036b0cf6ff8fdaaf2e9643 Mon Sep 17 00:00:00 2001 From: lightclient Date: Thu, 18 Sep 2025 20:55:01 +0200 Subject: [PATCH] eth/catalyst: don't force set status as synced --- eth/catalyst/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index e732903980..d734b147c2 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -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())