From 9eab39c88abd960a5beb53cdaf5e264450c59fbc Mon Sep 17 00:00:00 2001 From: Sergei Tikhomirov Date: Tue, 13 Aug 2024 15:24:05 +0200 Subject: [PATCH] fix typo Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- standards/core/rln-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/core/rln-contract.md b/standards/core/rln-contract.md index 37a3a86..c3f6090 100644 --- a/standards/core/rln-contract.md +++ b/standards/core/rln-contract.md @@ -239,7 +239,7 @@ On the one hand, longer epochs allow for better accommodating short-term usage p On the other hand, long epochs increases memory requirements for Relay nodes. Each message contains a nullifier that proves its validity in terms of RLN. -Each Relay node must keeps in memory a nullifier log for the current epoch. +Each Relay node must keep in memory a nullifier log for the current epoch. Each nullifier plus metadata is `128` bytes (per message). With a `10`-minute epoch, one high-tier user with a `1` message per second rate limit generates up to `600 * 128 / 1024 = 75 KiB` of nullifier log data per epoch. This corresponds to: