From 00d496691e3f241fe977cf794378d4e677c8b79a Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Fri, 3 Feb 2017 13:44:27 +0100
Subject: [PATCH] Block document: Distinguish Joiners and Actives

---
 doc/Protocol.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Protocol.md b/doc/Protocol.md
index 8553ce0de..bdf596fe5 100644
--- a/doc/Protocol.md
+++ b/doc/Protocol.md
@@ -801,7 +801,7 @@ Parameters            | Currency parameters.                              | **Bl
 MembersCount          | Number of members in the WoT, this block included | Always
 Identities            | New identities in the WoT                         | Always
 Joiners               | `IN` memberships                                  | Always
-Actives               | `IN` memberships                                  | Always
+Actives               | `IN` memberships (renewal)                        | Always
 Leavers               | `OUT` memberships                                 | Always
 Revoked               | Revocation documents                              | Always
 Excluded              | Exluded members' public key                       | Always
-- 
GitLab