[#635] Use internal key type when deleting from badger wc

Signed-off-by: Alejandro Lopez <a.lopez@yadro.com>
This commit is contained in:
Alejandro Lopez 2023-08-22 10:51:42 +03:00
parent dc3bc08c07
commit 345a1a69a2
2 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ func (c *cache) workerFlushSmall() {
continue
}
c.deleteFromDB([]string{objectCore.AddressOf(obj).EncodeToString()})
c.deleteFromDB([]internalKey{addr2key(objectCore.AddressOf(obj))})
}
}