Skip to content

Commit

Permalink
Update ignite/cmd/bubblemodel/testnet_multi_node.go
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
  • Loading branch information
likesToEatFish and Pantani authored Oct 13, 2024
1 parent 911b112 commit 8f24f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/cmd/bubblemodel/testnet_multi_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func UpdateDeemon() tea.Cmd {
}
}

// Initialize the model.
// NewModel initializes the model.
func NewModel(ctx context.Context, chainname string, args chain.MultiNodeArgs) MultiNode {
numNodes, err := strconv.Atoi(args.NumValidator)
if err != nil {
Expand Down

0 comments on commit 8f24f18

Please sign in to comment.