[#1903] neofs-adm: Expand update parameters in `MakeCall`

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
remotes/fyrchik/neofs-adm-fix-commands
Evgenii Stratonikov 2022-10-17 11:46:17 +03:00 committed by fyrchik
parent bcf3df354b
commit 8145e79d7f
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ func (c *initializeContext) updateContracts() error {
}
params := getContractDeployParameters(cs, c.getContractDeployData(ctrName, keysParam))
res, err := c.CommitteeAct.MakeCall(invokeHash, method, params)
res, err := c.CommitteeAct.MakeCall(invokeHash, method, params...)
if err != nil {
return fmt.Errorf("deploy contract: %w", err)
}