Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Mar 14, 2018
1 parent 1032825 commit 7375596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cryptography.py
Expand Up @@ -129,7 +129,7 @@ def test_to_hash_array(self):
m = MerkleTree(hashes)
hash_array = m.ToHashArray()

#sort the array
# sort the array
hash_array = sorted(hash_array)

for i, h in enumerate(hashes):
Expand Down

0 comments on commit 7375596

Please sign in to comment.