From a127a565ef891e54d68fb1264f1264f968e8b910 Mon Sep 17 00:00:00 2001
From: Nanocryk <nanocryk@gmail.com>
Date: Sat, 25 Nov 2017 16:47:43 +0100
Subject: [PATCH] Corrected data sizes

---
 DIP0001.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/DIP0001.md b/DIP0001.md
index baf7c32..64ba560 100644
--- a/DIP0001.md
+++ b/DIP0001.md
@@ -235,7 +235,7 @@ We calculate the Merkle Root `<merkle root>`, and then build the final output sc
 
 ```
 SMR 2
-    U128 <merkle_root>
+    U32 <merkle_root>
     EXT 3                   # Script AST
                             # We need to use index 3 because 0 to 2
                             # are already used by the hashed script 
@@ -244,9 +244,9 @@ SMR 2
 Then when you want to use it, you provide as parameters :
 
 ```
-0 : U32 <signature_a>
+0 : U64 <signature_a>
 1 : NOP
-2 : U32 <signature_c>
+2 : U64 <signature_c>
 3 : GE 2
         SUM 3
             ED 2
-- 
GitLab