# HG changeset patch # User Laman # Date 2017-10-19 11:56:59 # Node ID 9dbe43245cffae1b5608b2948929c37404321c22 # Parent 1931061dd2e17ef88726f7e17d3c9dcdc4a1cd6b fixed index bug on negotiating the last inner node diff --git a/client.py b/client.py --- a/client.py +++ b/client.py @@ -36,7 +36,8 @@ while len(nodeStack)>0: assert jsonData["dataType"]=="hash" if localTree.store[i]!=binData: - if 2*i+3