From 1ab07b219cef58ba62e7c6999f803e6fb5c205b3 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Thu, 20 Jun 2024 11:57:38 +0200 Subject: [PATCH] Add rln-relay-epoch-sec flag to generateRlnKeystore command --- run_nwaku.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_nwaku.sh b/run_nwaku.sh index c938881..3b2eb5a 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -109,6 +109,7 @@ else --rln-relay-cred-path=$RLN_CREDENTIAL_PATH \ --rln-relay-cred-password=$RLN_CREDENTIAL_PASSWORD \ --rln-relay-user-message-limit=$RLN_RELAY_MSG_LIMIT \ + --rln-relay-epoch-sec=$RLN_RELAY_EPOCH_SEC \ --log-level=DEBUG \ --execute fi