vendor: Update github.com/syndtr/goleveldb, minor bugfixes

This commit is contained in:
Jakob Borg
2017-11-05 10:56:24 +01:00
parent 7cbd92e1b1
commit d304498027
6 changed files with 26 additions and 8 deletions

View File

@@ -329,7 +329,7 @@ func (p *DB) Delete(key []byte) error {
h := p.nodeData[node+nHeight]
for i, n := range p.prevNode[:h] {
m := n + 4 + i
m := n + nNext + i
p.nodeData[m] = p.nodeData[p.nodeData[m]+nNext+i]
}