forked from TrueCloudLab/frostfs-node
[#1631] neofs-adm: Set group for a proper contract
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
5efcd34680
commit
d3eac7626d
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ func (c *initializeContext) updateContracts() error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
err = c.addManifestGroup(ctrHash, alphaCs)
|
err = c.addManifestGroup(ctrHash, cs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("can't sign manifest group: %v", err)
|
return fmt.Errorf("can't sign manifest group: %v", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue