forked from TrueCloudLab/frostfs-node
[#1903] neofs-adm: Expand update parameters in MakeCall
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
bcf3df354b
commit
8145e79d7f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue