Skip to content

Commit e996d1e

Browse files
authored
chore: fix function name (#2863)
Signed-off-by: jinjingroad <[email protected]>
1 parent 64bf3e1 commit e996d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/blockchaincmd/prompt_genesis_input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func validateSubnetValidatorsJSON(generateNewNodeID bool, validatorJSONS []model
246246
return nil
247247
}
248248

249-
// promptProvideNodeID returns false if user doesn't have any Avalanche node set up yet to be
249+
// promptSetUpNodes returns false if user doesn't have any Avalanche node set up yet to be
250250
// bootstrap validators
251251
func promptSetUpNodes() (bool, error) {
252252
ux.Logger.PrintToUser("If you have set up your own Avalanche Nodes, you can provide the Node ID and BLS Key from those nodes in the next step.")

0 commit comments

Comments
 (0)