From 29caa31a2091bb4d401e7948261ea46c4c8939ea Mon Sep 17 00:00:00 2001 From: Darshan K <35736874+darshankabariya@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:00:24 +0530 Subject: [PATCH] chore: remove rln-relay-tree-path form config file (#248) --- docs/guides/nwaku/config-options.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 4c5cc95..6041cfe 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -62,7 +62,6 @@ Here are the available node configuration options, along with their default valu | `rln-relay-eth-private-key` | | Private key for broadcasting transactions | | `execute` | `false` | Runs the registration function on-chain. By default, a dry-run will occur | | `rln-relay-cred-password` | | Password for encrypting RLN credentials | -| `rln-relay-tree-path` | | Path to the RLN merkle tree sled db (https://github.com/spacejam/sled) | | `rln-relay-bandwidth-threshold` | `0 # to maintain backwards compatibility` | Message rate in bytes/sec after which verification of proofs should happen | | `staticnode` | | Peer multiaddr to directly connect with. Argument may be repeated | | `keep-alive` | `false` | Enable keep-alive for idle connections: true\|false |