From fa738c0bdf596d93a25d058a302b9ce3b7c7d90e Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Fri, 15 Dec 2023 12:22:55 +0530 Subject: [PATCH] fix: make rln rate limit spec compliant --- rln/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rln/types.go b/rln/types.go index f3114c3..1d20b22 100644 --- a/rln/types.go +++ b/rln/types.go @@ -154,7 +154,7 @@ func init() { // the root is created locally, using createMembershipList proc from waku_rln_relay_utils module, and the result is hardcoded in here const STATIC_GROUP_MERKLE_ROOT = "ca7290e49680fa14eeaeea709e4742a8a074a1bcbfd50a4b3976742ae8a6ca25" -const EPOCH_UNIT_SECONDS = uint64(10) // the rln-relay epoch length in seconds +const EPOCH_UNIT_SECONDS = uint64(1) // the rln-relay epoch length in seconds type Epoch [32]byte