Skip to content

Commit 2acd718

Browse files
committed
Remove more nimbus split conversion logic
1 parent 9ea19f4 commit 2acd718

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rocketpool-cli/service/service.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,6 @@ func checkForValidatorChange(rp *rocketpool.Client, cfg *config.RocketPoolConfig
603603
fmt.Printf("Validator client [%s] was previously used - no slashing prevention delay necessary.\n", currentValidatorName)
604604
} else if currentValidatorName == "" {
605605
fmt.Println("This is the first time starting Rocket Pool - no slashing prevention delay necessary.")
606-
} else if (currentValidatorName == "nimbus-eth2" && pendingValidatorName == "nimbus-validator-client") || (pendingValidatorName == "nimbus-eth2" && currentValidatorName == "nimbus-validator-client") {
607-
// Handle the transition from Nimbus v22.11.x to Nimbus v22.12.x where they split the VC into its own container
608-
fmt.Printf("Validator client [%s] was previously used, you are changing to [%s] but the Smart Node will migrate your slashing database automatically to this new client. No slashing prevention delay is necessary.\n", currentValidatorName, pendingValidatorName)
609606
} else {
610607

611608
consensusClient, _ := cfg.GetSelectedConsensusClient()

0 commit comments

Comments
 (0)