mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
j => i
This commit is contained in:
parent
e08aba5dd9
commit
62cd9946ee
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue