From 1d527317da91dc3a266903198c3d2c179cf718c1 Mon Sep 17 00:00:00 2001 From: Sergei Tikhomirov Date: Mon, 12 Aug 2024 19:20:58 +0200 Subject: [PATCH] minor fix --- standards/core/rln-contract.md | 1 + 1 file changed, 1 insertion(+) diff --git a/standards/core/rln-contract.md b/standards/core/rln-contract.md index 9f8735d..37a3a86 100644 --- a/standards/core/rln-contract.md +++ b/standards/core/rln-contract.md @@ -111,6 +111,7 @@ Availability of membership-specific functionalities MUST be as follows: | Send a message | Yes | Yes | Yes | No | No | | Extend the membership | No | Yes | No | No | No | | Withdraw the deposit | No | Yes | Yes | Yes | No | + Sending a message is included here for completeness, although it is part of the Relay protocol and not the RLN contract.