Secure trie

This commit is contained in:
obscuren
2015-02-28 20:52:10 +01:00
parent 7ab13e0f17
commit ae45a39dc1
4 changed files with 33 additions and 3 deletions

View File

@@ -274,7 +274,6 @@ func TestLargeData(t *testing.T) {
trie.Update(value2.k, value2.v)
vals[string(value.k)] = value
vals[string(value2.k)] = value2
fmt.Println(value, "\n", value2)
}
it := trie.Iterator()