From 0313cf287a655c92308a8a966aedbdff1119f4ec Mon Sep 17 00:00:00 2001 From: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:43:04 +0200 Subject: [PATCH] updating protected topics in favor of protected shards (#229) --- docs/guides/nwaku/config-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 9b599b9..65b0b31 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -10,7 +10,7 @@ Here are the available node configuration options, along with their default valu | Name | Default Value | Description | | ----------------- | --------------------------- | --------------------------------------------------------------------------------------------------- | | `config-file` | | Loads configuration from a TOML file (cmd-line parameters take precedence) | -| `protected-topic` | `newSeq[ProtectedTopic](0)` | Topics and its public key to be used for message validation, topic:pubkey. Argument may be repeated | +| `protected-shard` | `newSeq[ProtectedShard](0)` | Shards and its public keys to be used for message validation, shard:pubkey. Argument may be repeated | ## Log config