Skip to content

Commit

Permalink
Add --network to snarkos clean in devnet script
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed May 8, 2024
1 parent 6faa05a commit dd26919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ $clear_ledger == "y" ]]; then

for ((index = 0; index < $((total_validators + total_clients)); index++)); do
# Run 'snarkos clean' for each node in the background
snarkos clean --dev $index &
snarkos clean --network $network_id --dev $index &

# Store the process ID of the background task
clean_processes+=($!)
Expand Down

0 comments on commit dd26919

Please sign in to comment.