Skip to content

Commit

Permalink
fixes documentation of reset command
Browse files Browse the repository at this point in the history
corrects statement that the command does NOT delete accounts from the wallet

adds reset command to sidebar
  • Loading branch information
hughy committed Mar 12, 2024
1 parent 30290f4 commit be5ee83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/get-started/cli-cmd-reset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: reset
seo: Reset Command
---

Deletes your chain and wallet state. This will permanently delete your accounts, so back them up first if necessary.
Deletes your chain database. Your wallet, accounts, and keys will NOT be deleted. However, deleting the chain database will also cause wallet balances to reset until the chain has been synced.

```sh
ironfish reset
Expand Down
1 change: 1 addition & 0 deletions content/get-started/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const sidebar: SidebarDefinition = [
"cli-cmd-status",
"cli-cmd-browse",
"cli-cmd-faucet",
"cli-cmd-reset",
{
label: "wallet",
items: [
Expand Down
2 changes: 1 addition & 1 deletion search/indexes/documentation-index.json

Large diffs are not rendered by default.

0 comments on commit be5ee83

Please sign in to comment.