Changeset - 5673cf6b1207
[Not reviewed]
default
0 1 0
Laman - 8 years ago 2017-05-08 00:09:58

fixed tree load
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/hashtree.py
Show inline comments
 
@@ -37,6 +37,7 @@ class HashTree:
 

	
 
			for i in range(nodeCount):
 
				res.store[i]=f.read(HashTree.HASH_LEN)
 
		return res
 

	
 
	def save(self,filename):
 
		with open(filename,"wb") as f:
0 comments (0 inline, 0 general)