From 1223244b3e3255da82219d8a713489be4f170ab7 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Wed, 4 Jun 2025 10:03:26 +0200 Subject: [PATCH] Update eth/catalyst/simulated_beacon.go --- eth/catalyst/simulated_beacon.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/catalyst/simulated_beacon.go b/eth/catalyst/simulated_beacon.go index 9469577abc..0642d6a1ad 100644 --- a/eth/catalyst/simulated_beacon.go +++ b/eth/catalyst/simulated_beacon.go @@ -209,6 +209,7 @@ func (c *SimulatedBeacon) sealBlock(withdrawals []*types.Withdrawal, timestamp u } // If the payload was already known, we can skip the rest of the process. + // This edge case is possible due to a race condition between seal and debug.setHead. if fcResponse.PayloadStatus.Status == engine.VALID && fcResponse.PayloadID == nil { return nil }