cli: simplify resetting commands (#8312)

This commit is contained in:
Callum Waters
2022-04-14 12:27:08 +12:00
committed by GitHub
parent 6bbf5b6d0f
commit 68c9efdb82
6 changed files with 162 additions and 69 deletions

View File

@@ -182,7 +182,7 @@ node example/counter.js
In another window, reset and start `tendermint`:
```sh
tendermint unsafe-reset-all
tendermint reset unsafe-all
tendermint start
```