Skip to content

Commit 53396c8

Browse files
fix: Added description of how to run the unsafe-reset-all command in simapp README (#11718) (#11719)
* Fix simapp README * Revised review content Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit d5e0b86) Co-authored-by: Takahiko Tominaga <57429437+takapi327@users.noreply.github.com>
1 parent 13d78de commit 53396c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simapp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in this testnet.
1616
`simd` binary inside a new `build` directory. The following instructions are run from inside
1717
the `build` directory.
1818
2. If you've run `simd` before, you may need to reset your database before starting a new
19-
testnet. You can reset your database with the following command: `$ ./simd unsafe-reset-all`.
19+
testnet. You can reset your database with the following command: `$ ./simd tendermint unsafe-reset-all`.
2020
3. `$ ./simd init [moniker] --chain-id [chain-id]`. This will initialize a new working directory
2121
at the default location `~/.simapp`. You need to provide a "moniker" and a "chain id". These
2222
two names can be anything, but you will need to use the same "chain id" in the following steps.

0 commit comments

Comments
 (0)