From 03039b2ee17d88177a16eccd52a57e57aba2b39a Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Sun, 29 Mar 2020 15:53:06 +0000
Subject: [PATCH] [fix] RFC 0004 WS2Pv1: messageV2 field SOFT_VERSION must
 accept suffix

---
 rfc/0004_ws2p_v1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc/0004_ws2p_v1.md b/rfc/0004_ws2p_v1.md
index 474dcb0..7bf802d 100644
--- a/rfc/0004_ws2p_v1.md
+++ b/rfc/0004_ws2p_v1.md
@@ -303,7 +303,7 @@ PUBKEY := public key of the issuer node of this head
 BLOCKSTAMP = `blockNumber-Hash`  
 WS2PID := unique identifier of the ws2p endpoint  
 SOFTWARE = `duniter-ts`  
-SOFT_VERSION = `X.Y.Z` (for example `1.6.14`)  
+SOFT_VERSION = `X.Y.Z-suffix` (for example `1.6.14-beta`)  
 POW_PREFIX := nonce prefix for proof of work (manually fixed by the user)  
 FREE_MEMBER_ROOM := Number of incoming connection requests that can still be accepted from member nodes (FREE_MIROR_ROOM - Number of incoming connections established by non-priority mirror nodes).  
 FREE_MIROR_ROOM := An integer indicating the number of incoming connections that the node can still receive.
-- 
GitLab