forked from TrueCloudLab/frostfs-contract
[#58] audit: Use IR list from chain
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
5015372135
commit
2f55ae715d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func Migrate(script []byte, manifest []byte) bool {
|
|||
|
||||
func Put(rawAuditResult []byte) bool {
|
||||
ctx := storage.GetContext()
|
||||
innerRing := common.InnerRingListViaStorage(ctx, netmapContractKey)
|
||||
innerRing := common.InnerRingNodes()
|
||||
|
||||
hdr := newAuditHeader(rawAuditResult)
|
||||
presented := false
|
||||
|
|
Loading…
Reference in a new issue