Unverified Commit 07d4a022 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #15997 from karalabe/batch-reset-size

ethdb: reset the batch size too on reset
parents 017b9f7e 3e89b80c
......@@ -301,6 +301,7 @@ func (b *ldbBatch) ValueSize() int {
func (b *ldbBatch) Reset() {
b.b.Reset()
b.size = 0
}
type table struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment