Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Apr 20, 2017
1 parent 8e6ae79 commit dfb3b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -36,6 +36,7 @@ func main() {

// Proof for Jessie
proof := tree.GetProof(4)
println(tree.VerifyProof(proof, tree.Root(), data[4]))
leaf := tree.GetLeaf(4)
println(tree.VerifyProof(proof, tree.Root(), leaf))
}
```

0 comments on commit dfb3b64

Please sign in to comment.