From a5ec8f73dddf900274591eca335be800649e7613 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Fri, 12 Dec 2014 09:52:14 +0100
Subject: [PATCH] Some changes to blocks

---
 ucoinpy/documents/block.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ucoinpy/documents/block.py b/ucoinpy/documents/block.py
index c3fc78a8..751ae9de 100644
--- a/ucoinpy/documents/block.py
+++ b/ucoinpy/documents/block.py
@@ -124,6 +124,7 @@ BOTTOM_SIGNATURE
         previousissuer_re = re.compile("PreviousIssuer: ([1-9A-Za-z][^OIl]{43,45})\n")
         prev_issuer = previousissuer_re.match(line[n])
         
+        n = 11
         parameters = ""
         members_count = ""
         identities = ""
-- 
GitLab