Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Nov 26, 2021
1 parent 525c9d4 commit 74a59b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-client.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

COMMAND='cargo run --release -- --trial'
COMMAND='cargo run --release -- --trial --verbosity 1'

function exit_node()
{
Expand Down
2 changes: 1 addition & 1 deletion run-miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
MINER_ADDRESS="aleo1d5hg2z3ma00382pngntdp68e74zv54jdxy249qhaujhks9c72yrs33ddah"
fi

COMMAND="cargo run --release -- --miner ${MINER_ADDRESS} --trial"
COMMAND="cargo run --release -- --miner ${MINER_ADDRESS} --trial --verbosity 1"

function exit_node()
{
Expand Down

0 comments on commit 74a59b2

Please sign in to comment.