Skip to content

Commit

Permalink
fixup! feat(config): add reader mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Aug 16, 2024
1 parent aaaf2da commit 032569f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ You should only use host mode for development and debugging!

## `CARTESI_FEATURE_READER_MODE_ENABLED`

If set to true, the node will not generating any claims.
If set to true, the node will not generate any claims.

* **Type:** `bool`
* **Default:** `"false"`
Expand Down
2 changes: 1 addition & 1 deletion internal/node/config/generate/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You should only use host mode for development and debugging!"""
default = "false"
go-type = "bool"
description = """
If set to true, the node will not generating any claims."""
If set to true, the node will not generate any claims."""

[features.CARTESI_FEATURE_DISABLE_CLAIMER]
default = "false"
Expand Down

0 comments on commit 032569f

Please sign in to comment.