mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
j => i
This commit is contained in:
@@ -499,5 +499,4 @@ func BenchmarkUpdate(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
trie.Update(fmt.Sprintf("aaaaaaaaaaaaaaa%d", i), "value")
|
||||
}
|
||||
fmt.Println(trie.root)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user