Merge tag 'v1.10.12' into HEAD

This commit is contained in:
Austin Roberts
2021-11-29 10:16:13 -06:00
107 changed files with 2249 additions and 811 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ func BenchmarkJournal(b *testing.B) {
}
return newDiffLayer(parent, common.Hash{}, destructs, accounts, storage)
}
layer := snapshot(new(diskLayer))
layer := snapshot(emptyLayer())
for i := 1; i < 128; i++ {
layer = fill(layer)
}