Skip to content

Commit

Permalink
Make example run
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesolo committed Aug 28, 2018
1 parent 2d09a48 commit c063bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trie_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func ExampleMerkleTrie_MaxDepth() {
tree.Add([]byte{127, 255, 0, 128}, []byte{4})
fmt.Println(tree.MaxDepth())

// Output
// Output:
// 0
// 1
// 9
Expand Down

0 comments on commit c063bbd

Please sign in to comment.