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 GitHub
parent 495a1d2b1a
commit b5c3b32eeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,