ethdb: reset the batch size too on reset

This commit is contained in:
Péter Szilágyi 2018-01-30 19:12:28 +02:00
parent 017b9f7eac
commit 3e89b80ccb
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ func (b *ldbBatch) ValueSize() int {
func (b *ldbBatch) Reset() {
b.b.Reset()
b.size = 0
}
type table struct {