Skip to content

Commit

Permalink
Revert "-v was renamed to -t"
Browse files Browse the repository at this point in the history
This reverts commit 8f4ce1e.
  • Loading branch information
mvines committed Jun 26, 2018
1 parent 551f639 commit ec333d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ As with the leader node, you can run a performance-enhanced validator fullnode b
`--features=cuda` to the line that runs `solana-fullnode` in `validator.sh`.

```bash
$ cargo run --release --features=cuda --bin solana-fullnode -- -l validator.json -t leader.json < genesis.log
$ cargo run --release --features=cuda --bin solana-fullnode -- -l validator.json -v leader.json < genesis.log
```


Expand Down
2 changes: 1 addition & 1 deletion multinode-demo/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ rsync -vz "${leader}"/{mint-demo.json,leader.json,genesis.log,tx-*.log} . || exi
export RUST_LOG=${RUST_LOG:-solana=info}

cargo run --release --bin solana-fullnode -- \
-l validator-"${myip}".json -t leader.json \
-l validator-"${myip}".json -v leader.json \
< genesis.log tx-*.log

0 comments on commit ec333d2

Please sign in to comment.