We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244d2de commit 825b730Copy full SHA for 825b730
blockchain/merkle_tree.py
@@ -91,4 +91,5 @@ def verify_proof(leaf: str, proof: list[str], root: str) -> bool:
91
92
if __name__ == "__main__":
93
import doctest
94
+
95
doctest.testmod()
0 commit comments