Skip to content

Commit

Permalink
Set isPublic to false for all-in-one DON
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Sep 24, 2024
1 parent 5c811ee commit 6537149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (c *provisionCR) Run(args []string) {
//
// See the method documentation for more details
crProvisioner.AddNodes(ctx, nodeOperator, capSet)
crProvisioner.AddDON(ctx, nodeOperator, capSet, true, true)
crProvisioner.AddDON(ctx, nodeOperator, capSet, false, true)
}

func loadDON(publicKeys string, chainID int64, nodeList string) []peer {
Expand Down

0 comments on commit 6537149

Please sign in to comment.