From 19507745550c4408c4aa5b72f2d2e96fe0dd47ef Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 19 Apr 2021 15:47:41 +0200 Subject: [PATCH] =?UTF-8?q?[DEWIF]=20rename=20"Version=20data"=20to=20"Dat?= =?UTF-8?q?a=20expected=20for=20=E2=80=A6=20specific=20version"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md b/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md index 70f94c0..e937090 100644 --- a/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md +++ b/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md @@ -38,9 +38,9 @@ This base64 string encodes a sequence of bytes whose structure is defined below. ## Dewif bytes structure -| Version | Currency code | Version data | -|:-----------------:|:-----------------------:|:------------------------:| -| 4 bytes | 4 bytes | Any bytes | +| Version | Currency code | Data expected for this specific version | +|:-------:|:-------------:|:---------------------------------------:| +| 4 bytes | 4 bytes | Any bytes | ## Version -- GitLab