We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 556f1b8 + fef5647 commit d56de20Copy full SHA for d56de20
scripts/devnet.sh
@@ -74,7 +74,7 @@ if [[ $clear_ledger == "y" ]]; then
74
75
for ((index = 0; index < $((total_validators + total_clients)); index++)); do
76
# Run 'snarkos clean' for each node in the background
77
- "${binary_path}snarkos" clean "--network=$network_id" "--dev=$index" "--dev-num-validators=$total_validators" &
+ "${binary_path}snarkos" clean "--network=$network_id" "--dev=$index" &
78
79
# Store the process ID of the background task
80
clean_processes+=($!)
0 commit comments