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
the JSON configuration file here, not the genesis ledger.
>>>>>>> logs
```bash
$ cat ./multinode-demo/client.sh
@ -127,7 +126,7 @@ Testing
Run the test suite:
```bash
cargo test
$ cargo test
```
Debugging