Cleanup whitespace

And delete rebasing artifact
This commit is contained in:
Greg Fitzgerald
2018-05-26 20:23:18 -06:00
committed by GitHub
parent 2dbf9a6017
commit b7bd59c344

View File

@ -80,7 +80,6 @@ Now you can start some validators:
Then, in a separate shell, let's execute some transactions. Note we pass in Then, in a separate shell, let's execute some transactions. Note we pass in
the JSON configuration file here, not the genesis ledger. the JSON configuration file here, not the genesis ledger.
>>>>>>> logs
```bash ```bash
$ cat ./multinode-demo/client.sh $ cat ./multinode-demo/client.sh
@ -127,7 +126,7 @@ Testing
Run the test suite: Run the test suite:
```bash ```bash
cargo test $ cargo test
``` ```
Debugging Debugging