Skip to content

Commit

Permalink
Merge branch 'main' into addValidator-err-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond authored Dec 3, 2024
2 parents c3ad094 + da9be67 commit 95ad59f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/blockchaincmd/add_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ func addValidator(_ *cobra.Command, args []string) error {
network = models.ConvertClusterToNetwork(network)
}

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

fee := network.GenesisParams().TxFeeConfig.StaticFeeConfig.AddSubnetValidatorFee
kc, err := keychain.GetKeychainFromCmdLineFlags(
app,
Expand Down

0 comments on commit 95ad59f

Please sign in to comment.