From 246f3811efdd7381bd6a90754a28c7c0f40691c6 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Fri, 15 Dec 2023 13:01:56 +0100
Subject: [PATCH] doc idtystatus in readme

---
 pallets/identity/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pallets/identity/README.md b/pallets/identity/README.md
index 71f027989..e8da9f126 100644
--- a/pallets/identity/README.md
+++ b/pallets/identity/README.md
@@ -9,8 +9,8 @@ A Duniter identity contains:
 - its **owner key** (that can change)
 - an optional **old owner key** with the date of the key change
 - a **status** that can be
-  - created (by a member identity)
-  - confirmed (by owner, comes with a name)
+  - unconfirmed (created by a member identity)
+  - unvalidated (confirmed by owner = given a name)
   - member (of the main wot)
   - notmember (of the main wot)
   - revoked (automatically of manually)
-- 
GitLab