minor chore changes (#3944)

* chore: mild refactor, avoid the channel in handle_import_statements

* chore/md: lint
This commit is contained in:
Bernhard Schuster
2021-09-27 20:18:59 +02:00
committed by GitHub
parent 94986bec7e
commit d64394ef59
2 changed files with 12 additions and 27 deletions
@@ -1,12 +1,14 @@
# How to run this collator
First start two validators that will run for the relay chain:
```sh
cargo run --release -- -d alice --chain rococo-local --validator --alice --port 50551
cargo run --release -- -d bob --chain rococo-local --validator --bob --port 50552
```
Next start the collator that will collate for the adder parachain:
```sh
cargo run --release -p test-parachain-adder-collator -- --tmp --chain rococo-local --port 50553
```