Skip to content

Commit

Permalink
fixup! chore(simapp): Deprecate --v in favor of --validator-count, -n
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Jan 23, 2024
1 parent 8cc2333 commit 50e63ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ localnet-build-dlv:

localnet-build-nodes:
$(DOCKER) run --rm -v $(CURDIR)/.testnets:/data cosmossdk/simd \
testnet init-files --v 4 -o /data --starting-ip-address 192.168.10.2 --keyring-backend=test --listen-ip-address 0.0.0.0
testnet init-files -n 4 -o /data --starting-ip-address 192.168.10.2 --keyring-backend=test --listen-ip-address 0.0.0.0
docker-compose up -d

localnet-stop:
Expand Down

0 comments on commit 50e63ae

Please sign in to comment.