Skip to content

Commit f357809

Browse files
committed
Merge branch 'add-merkle-tree-algo' of https://github.com/Rajasree2004/TheAlgorithms into add-merkle-tree-algo
2 parents ee5b1bf + 825b730 commit f357809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blockchain/merkle_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ def verify_proof(leaf: str, proof: list[str], root: str) -> bool:
103103

104104
if __name__ == "__main__":
105105
import doctest
106+
106107
doctest.testmod()

0 commit comments

Comments
 (0)