Skip to content

Commit

Permalink
Acp use etna devnet (#2275)
Browse files Browse the repository at this point in the history
* fix

* push
  • Loading branch information
arturrez authored Oct 18, 2024
1 parent 494545b commit d0edb1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/nodecmd/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var (
bootstrapIPs []string
genesisPath string
upgradePath string
useEtnaDevnet bool
stakingTLSKeyPath string
stakingCertKeyPath string
stakingSignerKeyPath string
Expand Down Expand Up @@ -143,7 +142,7 @@ func localStartNode(_ *cobra.Command, args []string) error {
return node.StartLocalNode(
app,
clusterName,
useEtnaDevnet,
globalNetworkFlags.UseEtnaDevnet,
avalanchegoBinaryPath,
numNodes,
anrSettings,
Expand Down

0 comments on commit d0edb1c

Please sign in to comment.