You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/blockchaincmd/deploy.go
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,6 @@ var (
67
67
skipCreatePromptbool
68
68
avagoBinaryPathstring
69
69
numBootstrapValidatorsint
70
-
numLocalNodesint
71
70
httpPorts []uint
72
71
stakingPorts []uint
73
72
partialSyncbool
@@ -168,7 +167,6 @@ so you can take your locally tested Blockchain and deploy it on Fuji or Mainnet.
168
167
set.BoolVar(&generateNodeID, "generate-node-id", false, "whether to create new node id for bootstrap validators (Node-ID and BLS values in bootstrap JSON file will be overridden if --bootstrap-filepath flag is used)")
169
168
set.StringSliceVar(&bootstrapEndpoints, "bootstrap-endpoints", nil, "take validator node info from the given endpoints")
170
169
set.IntVar(&numBootstrapValidators, "num-bootstrap-validators", 0, "(only if --generate-node-id is true) number of bootstrap validators to set up in sovereign L1 validator)")
171
-
set.IntVar(&numLocalNodes, "num-local-nodes", 0, "number of nodes to be created on local machine")
0 commit comments