From 56b87935205f65654000c11e75560d688058d65a Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Thu, 30 Dec 2021 10:45:48 +0300 Subject: [PATCH] [#1056] neofs-adm: deploy proxy contract without arguments Signed-off-by: Evgenii Stratonikov --- cmd/neofs-adm/internal/modules/morph/initialize_deploy.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/neofs-adm/internal/modules/morph/initialize_deploy.go b/cmd/neofs-adm/internal/modules/morph/initialize_deploy.go index e21f86e0f..f36aed15b 100644 --- a/cmd/neofs-adm/internal/modules/morph/initialize_deploy.go +++ b/cmd/neofs-adm/internal/modules/morph/initialize_deploy.go @@ -569,9 +569,7 @@ func (c *initializeContext) getContractDeployData(ctrName string, keysParam []sm newContractParameter(smartcontract.ArrayType, keysParam), newContractParameter(smartcontract.ArrayType, configParam)) case proxyContract: - items = []smartcontract.Parameter{ - newContractParameter(smartcontract.Hash160Type, c.Contracts[netmapContract].Hash), - } + items = nil case reputationContract: case subnetContract: default: