Skip to content

Commit

Permalink
fix main merge
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Dec 5, 2024
1 parent 8bb5178 commit 4fe145b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/blockchaincmd/add_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func addValidator(_ *cobra.Command, args []string) error {

if err := preAddChecks(network, sc.Sovereign); err != nil {
return err
}

if sc.Networks[network.Name()].ClusterName != "" {
clusterNameFlagValue = sc.Networks[network.Name()].ClusterName
Expand Down

0 comments on commit 4fe145b

Please sign in to comment.