good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 3e89b80c authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

ethdb: reset the batch size too on reset

parent 017b9f7e
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment