eth/catalyst: remove the outdated comments of ForkchoiceUpdatedV1 (#33251)

This commit is contained in:
georgehao 2025-11-24 22:02:13 +08:00 committed by Alvarez
parent 333f3087f8
commit 3680ece97e

View file

@ -163,9 +163,6 @@ func newConsensusAPIWithoutHeartbeat(eth *eth.Ethereum) *ConsensusAPI {
//
// We try to set our blockchain to the headBlock.
//
// If the method is called with an empty head block: we return success, which can be used
// to check if the engine API is enabled.
//
// If the total difficulty was not reached: we return INVALID.
//
// If the finalizedBlockHash is set: we check if we have the finalizedBlockHash in our db,