From 5cd0b62b43a19e5312c5ee413625fc6987f60177 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Mon, 22 Mar 2021 20:00:59 +0100
Subject: [PATCH] [DEWIF] precise version format

---
 rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md b/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md
index 5f891ab..c0cb578 100644
--- a/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md
+++ b/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md
@@ -41,6 +41,10 @@ This base64 string encodes a sequence of bytes whose structure is defined below.
 | version (4 bytes) | currency code (4 bytes) | version data (any bytes) |
 |:-----------------:|:-----------------------:|:------------------------:|
 
+## Version
+
+The 4 bytes of the version field must be interpreted as an unsigned integer encoded in big endian.
+
 ## Currencies code
 
 | Currency | code       |
-- 
GitLab