[#1318] node: Use new tombstone handling

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-04-19 21:01:49 +03:00 committed by LeL
parent 24ca8ca5c7
commit a275a71a87
2 changed files with 21 additions and 1 deletions

View file

@ -318,6 +318,8 @@ func initObjectService(c *cfg) {
getsvc.WithKeyStorage(keyStorage),
)
*c.cfgObject.getSvc = *sGet // need smth better
sGetV2 := getsvcV2.NewService(
getsvcV2.WithInternalService(sGet),
getsvcV2.WithKeyStorage(keyStorage),