Skip to content

Commit a8c8d62

Browse files
Merge branch 'develop' into feat/speciifc-store-node
2 parents e5d2296 + 3f00101 commit a8c8d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/nwaku/build-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source "$HOME/.cargo/env"
3232
<TabItem value="fedora" label="Fedora">
3333

3434
```shell
35-
sudo dnf install @development-tools git libpq-devel
35+
sudo dnf install @development-tools git libpq-devel which
3636
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
3737
```
3838

docs/guides/nwaku/config-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here are the available node configuration options, along with their default valu
1010
| Name | Default Value | Description |
1111
| ----------------- | --------------------------- | --------------------------------------------------------------------------------------------------- |
1212
| `config-file` | | Loads configuration from a TOML file (cmd-line parameters take precedence) |
13-
| `protected-topic` | `newSeq[ProtectedTopic](0)` | Topics and its public key to be used for message validation, topic:pubkey. Argument may be repeated |
13+
| `protected-shard` | `newSeq[ProtectedShard](0)` | Shards and its public keys to be used for message validation, shard:pubkey. Argument may be repeated |
1414

1515
## Log config
1616

0 commit comments

Comments
 (0)