Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Oct 8, 2024
1 parent d5b9ee7 commit 8ab610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blockchaincmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ func deployBlockchain(cmd *cobra.Command, args []string) error {
}

if sidecar.Sovereign {
avaGoBootstrapValidators, err := convertToAvalancheGoSubnetValidator(bootstrapValidators)
avaGoBootstrapValidators, err := ConvertToAvalancheGoSubnetValidator(bootstrapValidators)
if err != nil {
return err
}
Expand Down

0 comments on commit 8ab610e

Please sign in to comment.