[#812] cmd/neofs-node: Support notary notifications in reputation service

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-09-08 18:21:04 +03:00 committed by Alex Vanin
parent dc26a09ec3
commit affae68061

View file

@ -32,7 +32,7 @@ import (
)
func initReputationService(c *cfg) {
wrap, err := rptwrapper.NewFromMorph(c.cfgMorph.client, c.cfgReputation.scriptHash, 0)
wrap, err := rptwrapper.NewFromMorph(c.cfgMorph.client, c.cfgReputation.scriptHash, 0, rptwrapper.TryNotary())
fatalOnErr(err)
localKey := c.key.PublicKey().Bytes()