From 779da6ec359aeb08d8aa4ec52d461587b3247a4c Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Thu, 3 Aug 2023 14:24:44 +0300 Subject: [PATCH] [#248] morph: Remove audit contract name Signed-off-by: Evgenii Stratonikov --- pkg/morph/client/nns.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/morph/client/nns.go b/pkg/morph/client/nns.go index 53dbe180e..758b220a2 100644 --- a/pkg/morph/client/nns.go +++ b/pkg/morph/client/nns.go @@ -21,8 +21,6 @@ import ( const ( nnsContractID = 1 // NNS contract must be deployed first in the sidechain - // NNSAuditContractName is a name of the audit contract in NNS. - NNSAuditContractName = "audit.frostfs" // NNSBalanceContractName is a name of the balance contract in NNS. NNSBalanceContractName = "balance.frostfs" // NNSContainerContractName is a name of the container contract in NNS.