From e28f537add86603f8972b5b851903e94675b1439 Mon Sep 17 00:00:00 2001 From: Hugh Cunningham Date: Tue, 12 Mar 2024 10:54:56 -0700 Subject: [PATCH] adds error text --- content/get-started/cli-cmd-reset.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/get-started/cli-cmd-reset.mdx b/content/get-started/cli-cmd-reset.mdx index 7b3f480c..40aed469 100644 --- a/content/get-started/cli-cmd-reset.mdx +++ b/content/get-started/cli-cmd-reset.mdx @@ -8,3 +8,9 @@ Deletes your chain database. Your wallet, accounts, and keys will NOT be deleted ```sh ironfish reset ``` + +The `reset` command may resolve errors like the one shown below: + +``` +Genesis block in network definition does not match existing chain genesis block +```