From 52d40cc66a9fcb83940ffd233e93c25f71805e76 Mon Sep 17 00:00:00 2001 From: takapi327 Date: Thu, 21 Apr 2022 23:14:01 +0900 Subject: [PATCH 1/2] Fix simapp README --- simapp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simapp/README.md b/simapp/README.md index 4179392c9a0d..6d2f9f403285 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`. * If you are using a version earlier than v0.45.3, it will be `$ ./simd 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. From 0eceb0e0abaa4ea2ee95143dbe58ab4a750a2983 Mon Sep 17 00:00:00 2001 From: takapi327 Date: Thu, 21 Apr 2022 23:35:57 +0900 Subject: [PATCH 2/2] Revised review content --- simapp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simapp/README.md b/simapp/README.md index 6d2f9f403285..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 tendermint unsafe-reset-all`. * If you are using a version earlier than v0.45.3, it will be `$ ./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.