From c9fe10b366ea4fe66037ee1c69f64f5ed6eb8319 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Mon, 1 Jul 2024 08:21:17 -0700 Subject: [PATCH] Update beacon_node/beacon_chain/src/electra_readiness.rs --- beacon_node/beacon_chain/src/electra_readiness.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/src/electra_readiness.rs b/beacon_node/beacon_chain/src/electra_readiness.rs index 669662cc94..551d43f9fd 100644 --- a/beacon_node/beacon_chain/src/electra_readiness.rs +++ b/beacon_node/beacon_chain/src/electra_readiness.rs @@ -19,7 +19,7 @@ pub const ENGINE_CAPABILITIES_REFRESH_INTERVAL: u64 = 300; pub enum ElectraReadiness { /// The execution engine is electra-enabled (as far as we can tell) Ready, - /// We are connected to an execution engine which doesn't support the V3 engine api methods + /// We are connected to an execution engine which doesn't support the V4 engine api methods V4MethodsNotSupported { error: String }, /// The transition configuration with the EL failed, there might be a problem with /// connectivity, authentication or a difference in configuration.