From a7224fd64089e7901d630688f09815d911309a9a Mon Sep 17 00:00:00 2001 From: Wael Date: Fri, 18 Feb 2022 16:48:21 +0100 Subject: [PATCH] Update unsafe-reset-all command to match release v35 (#7869) --- docs/app-dev/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app-dev/getting-started.md b/docs/app-dev/getting-started.md index 71fa293cf..cffaec501 100644 --- a/docs/app-dev/getting-started.md +++ b/docs/app-dev/getting-started.md @@ -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). @@ -182,7 +182,7 @@ node example/counter.js In another window, reset and start `tendermint`: ```sh -tendermint unsafe_reset_all +tendermint unsafe-reset-all tendermint start ```