Skip to content

Commit

Permalink
chore: In doc setting-up-a-new-chain, resetting the chain also, delet…
Browse files Browse the repository at this point in the history
…e genesis.json (#2513)

In the docs for setting up a new chain, section "Resetting the chain",
it's also necessary to delete `genesis.json`. This is the same as [`make
fclean`](https://github.com/gnolang/gno/blob/ee69fbd6baaa318d1504789df59ec961e1f5075b/gno.land/Makefile#L52).

Signed-off-by: Jeff Thompson <[email protected]>
  • Loading branch information
jefft0 committed Aug 22, 2024
1 parent c8e717a commit d1c2b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Let's break down the most important default settings:
:::info Resetting the chain

As mentioned, the working directory for the node is located in `data-dir`. To reset the chain, you need
to delete this directory and start the node up again. If you are using the default node configuration, you can run
to delete this directory and `genesis.json`, then start the node up again. If you are using the default node configuration, you can run
`make fclean` from the `gno.land` sub-folder to delete the `gnoland-data` working directory.

:::
Expand Down

0 comments on commit d1c2b3f

Please sign in to comment.