forked from TrueCloudLab/frostfs-node
[#812] cmd/neofs-node: Support notary notifications in reputation service
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
dc26a09ec3
commit
affae68061
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue