From abae0b5d4df37157b56859164f5479b07587d7c9 Mon Sep 17 00:00:00 2001 From: Julien Muchembled Date: Tue, 14 Apr 2015 16:18:59 +0200 Subject: [PATCH] Remove assert that was only there to debug the demo --- re6st/x509.py | 1 - 1 file changed, 1 deletion(-) diff --git a/re6st/x509.py b/re6st/x509.py index 7f7273c..d13afcb 100644 --- a/re6st/x509.py +++ b/re6st/x509.py @@ -192,7 +192,6 @@ class Peer(object): version = '' def __init__(self, prefix): - assert len(prefix) == 16 or prefix == ('0' * 14 + '1' + '0' * 65), prefix self.prefix = prefix @property -- 2.25.1