From bf0093bc7d48ba814e17128b740268eb15e2ab9b Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Sat, 14 Sep 2024 23:08:50 +0200 Subject: [PATCH] changing ambiguous numbers --- docs/guides/nwaku/upgrade-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nwaku/upgrade-instructions.md b/docs/guides/nwaku/upgrade-instructions.md index 5a15fdd..3a28fda 100644 --- a/docs/guides/nwaku/upgrade-instructions.md +++ b/docs/guides/nwaku/upgrade-instructions.md @@ -16,7 +16,7 @@ For example, if you are interested in the version v0.32.0 and are currently runn The `--protected-topic` CLI config was deprecated and is replaced by the new `--protected-shard` configuration. Instead of configuring `topic:public_key` you will now need to configure `shard:public_key`

-For example, if you used to run your node with `--protected-topic="waku/2/rs/1/2:your_public_key"` you will need to replace this configuration for `--protected-shard="2:your_public_key"` +For example, if you used to run your node with `--protected-topic="waku/2/rs/3/4:your_public_key"` you will need to replace this configuration for `--protected-shard="4:your_public_key"`