Commit abae0b5d authored by Julien Muchembled's avatar Julien Muchembled

Remove assert that was only there to debug the demo

parent 35883799
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment