good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 07d4a022 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

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

ethdb: reset the batch size too on reset
parents 017b9f7e 3e89b80c
Branches
Tags
No related merge requests found
......@@ -301,6 +301,7 @@ func (b *ldbBatch) ValueSize() int {
func (b *ldbBatch) Reset() {
b.b.Reset()
b.size = 0
}
type table struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment