Update unsafe-reset-all command to match release v35 (#7869) (#7872)

(cherry picked from commit a7224fd640)

Co-authored-by: Wael <waelsy123@gmail.com>
This commit is contained in:
mergify[bot]
2022-02-18 08:28:05 -08:00
committed by GitHub
co-authored by Wael
parent 601e44daff
commit af5af216b5
+2 -2
View File
@@ -68,7 +68,7 @@ tendermint start
```
If you have used Tendermint, you may want to reset the data for a new
blockchain by running `tendermint unsafe_reset_all`. Then you can run
blockchain by running `tendermint unsafe-reset-all`. Then you can run
`tendermint start` to start Tendermint, and connect to the app. For more
details, see [the guide on using Tendermint](../tendermint-core/using-tendermint.md).
@@ -190,7 +190,7 @@ node example/counter.js
In another window, reset and start `tendermint`:
```sh
tendermint unsafe_reset_all
tendermint unsafe-reset-all
tendermint start
```