Skip to content

Commit

Permalink
docs: Fix grammar issue in instructions for archive mode setup Update…
Browse files Browse the repository at this point in the history
… README.md (#186)
  • Loading branch information
mdqst authored Dec 21, 2024
1 parent e45d327 commit 095be84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ To start a node, create a directory `mixin` for the config and network data file

The main net genesis.json, nodes.json and an example config.example.toml files can be obtained from [here](https://github.com/MixinNetwork/mixin/tree/master/config), you only need to put your own signer spend key in the config.toml file.

Change the `consensus-only` option to `false` will allow the node to start in archive mode, which syncs all the graph data.
Changing the `consensus-only` option to `false` will allow the node to start in archive mode, which syncs all the graph data.

```
$ mixin help kernel
Expand Down

0 comments on commit 095be84

Please sign in to comment.