Remove the outdated comments of ForkchoiceUpdatedV1

This commit is contained in:
georgehao 2025-11-24 16:59:58 +08:00
parent f4817b7a53
commit fa63d8b832
No known key found for this signature in database

View file

@ -163,9 +163,6 @@ func newConsensusAPIWithoutHeartbeat(eth *eth.Ethereum) *ConsensusAPI {
// //
// We try to set our blockchain to the headBlock. // 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 total difficulty was not reached: we return INVALID.
// //
// If the finalizedBlockHash is set: we check if we have the finalizedBlockHash in our db, // If the finalizedBlockHash is set: we check if we have the finalizedBlockHash in our db,