Update the procedure to reset block in the deployment README (#111)

* define more accurately the procedure to reset the block
This commit is contained in:
Alexander Kolotov 2019-06-17 11:16:21 +03:00 committed by GitHub
parent 1da7340fb9
commit 68a2b5be90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,8 @@ Execute the `reset-lastBlock.sh` script in the bridge root directory. For exampl
```shell
$ sudo su poadocker
$ cd ~/bridge
$ docker-compose exec bridge_affirmation bash ./reset-lastBlock.sh <watcher> <block num>
$ docker-compose stop bridge_affirmation bridge_request bridge_collected
$ docker-compose exec bridge_senderhome bash ./reset-lastBlock.sh <watcher> <block num>
$ exit
$ sudo service poabridge restart
```