From ba127c20fbd5abc9cb1016666a49900797d0ba92 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:20:48 -0400 Subject: [PATCH] fix: Added description of how to run the unsafe-reset-all command in simapp README (#11718) (#11720) --- simapp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simapp/README.md b/simapp/README.md index 4179392c9a0d..cf271661b29b 100644 --- a/simapp/README.md +++ b/simapp/README.md @@ -16,7 +16,7 @@ in this testnet. `simd` binary inside a new `build` directory. The following instructions are run from inside the `build` directory. 2. If you've run `simd` before, you may need to reset your database before starting a new - testnet. You can reset your database with the following command: `$ ./simd unsafe-reset-all`. + testnet. You can reset your database with the following command: `$ ./simd tendermint unsafe-reset-all`. 3. `$ ./simd init [moniker] --chain-id [chain-id]`. This will initialize a new working directory at the default location `~/.simapp`. You need to provide a "moniker" and a "chain id". These two names can be anything, but you will need to use the same "chain id" in the following steps.