indicate Capella / Shanghai readiness on startup (#4630)

In startup "Launching beacon node" message, log readiness for Capella /
Shanghai as part of config to aid with support requests.
This commit is contained in:
Etan Kissling 2023-03-13 22:01:15 +01:00 committed by GitHub
parent 29a699f69d
commit 5ef1ed5d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -547,8 +547,8 @@ type
deploymentPhase* {.
hidden
desc: "Configures the deployment phase"
defaultValue: DeploymentPhase.Mainnet
defaultValueDesc: $DeploymentPhase.Mainnet
defaultValue: DeploymentPhase.CapellaReady
defaultValueDesc: $DeploymentPhase.CapellaReady
name: "deployment-phase" .}: DeploymentPhase
terminalTotalDifficultyOverride* {.