[#152] Use ID in SetConfig contract method invocation.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-11-05 16:41:44 +03:00 committed by Alex Vanin
parent 7c1776a281
commit 9f8eb0fd51
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ func (np *Processor) processConfig(config *neofsEvent.Config) {
err := invoke.SetConfig(np.morphClient, np.netmapContract,
&invoke.SetConfigArgs{
ID: config.ID(),
Key: config.Key(),
Value: config.Value(),
},