Merge pull request #15997 from karalabe/batch-reset-size
ethdb: reset the batch size too on reset
This commit is contained in:
commit
07d4a02257
@ -301,6 +301,7 @@ func (b *ldbBatch) ValueSize() int {
|
||||
|
||||
func (b *ldbBatch) Reset() {
|
||||
b.b.Reset()
|
||||
b.size = 0
|
||||
}
|
||||
|
||||
type table struct {
|
||||
|
Loading…
Reference in New Issue
Block a user