# HG changeset patch # User Laman # Date 2017-10-19 12:13:58 # Node ID ee936b9174406eaf684d2302495268328dca641f # Parent 2e5828ec7d49da63f4c454086891bfdbd4aa5e00 # Parent 9dbe43245cffae1b5608b2948929c37404321c22 merged bugfix diff --git a/src/client.py b/src/client.py --- a/src/client.py +++ b/src/client.py @@ -1,4 +1,4 @@ -import collections +import collections import socket import ssl import logging as log @@ -79,7 +79,8 @@ class Client: for (j,i) in enumerate(indices): (j1,j2)=[HashTree.HASH_LEN*ji for ji in (j,j+1)] if localTree.store[i]!=binData[j1:j2]: - if 2*i+3