[#58] audit: Use IR list from chain

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
enable-notary-in-public-chains
Alex Vanin 2021-03-24 11:06:51 +03:00 committed by Alex Vanin
parent 5015372135
commit 2f55ae715d
1 changed files with 1 additions and 1 deletions

View File

@ -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