Move defaults from bash to Rust

This commit is contained in:
Greg Fitzgerald
2018-05-31 18:04:39 -06:00
committed by Grimes
parent 93d5d1b2ad
commit 9b54c1542b
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ rsync -v -e ssh "$LEADER/leader.json" .
rsync -v -e ssh "$LEADER/mint-demo.json" .
cargo run --release --bin solana-client-demo -- \
-l leader.json -c 8100 -n 1 < mint-demo.json 2>&1 | tee client.log
-l leader.json < mint-demo.json 2>&1 | tee client.log