From 271d2b6565a6448df8eecced693f35e47aaa14e6 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Tue, 30 Jan 2018 14:05:50 +0100
Subject: [PATCH] [fix] how to identify a Duniter node in a unique way

---
 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 8e4995a..5315b9d 100644
--- a/rfc/0004_ws2p_v1.md
+++ b/rfc/0004_ws2p_v1.md
@@ -36,7 +36,7 @@ In the peer card : `WS2P uuid host port path`
 Resolved in* : `ws://host:port/path`  
 *If the port is `443`, the `wss://` protocol will be used.
 
-uuid := Random sequence of 8 hexadecimal characters. (This uuid makes it possible to identify a Duniter node in a unique way.)  
+uuid := Random sequence of 8 hexadecimal characters. (This uuid, coupled with the public key, makes it possible to identify a Duniter node in a unique way.)
 host := Domain name or ipv4 or ipv6 (it is not possible to declare both an ipv4 and an ipv6, for this it is necessary to use a domain name.)  
 port := Mandatory. Must be an integer. (_By convention, port 20900 is used for currency g1-test and port 20901 for currency g1._)  
 path := Optional access path
-- 
GitLab