Skip to content

Commit

Permalink
Remove unused variable in local testnet script (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeme authored Jul 13, 2023
1 parent 56d5c38 commit f950e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fluffy/scripts/launch_local_testnet.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Copyright (c) 2021 Status Research & Development GmbH. Licensed under
# Copyright (c) 2021-2023 Status Research & Development GmbH. Licensed under
# either of:
# - Apache License, version 2.0
# - MIT license
Expand Down Expand Up @@ -244,7 +244,6 @@ echo "Starting ${NUM_NODES} nodes."
for NUM_NODE in $(seq 0 $(( NUM_NODES - 1 ))); do
# Reset arguments
BOOTSTRAP_ARG=""
ACCUMULATOR_ARG=""

NODE_DATA_DIR="${DATA_DIR}/node${NUM_NODE}"

Expand Down

0 comments on commit f950e0a

Please sign in to comment.