forked from TrueCloudLab/frostfs-node
[#248] morph: Remove audit contract name
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
2685b1d548
commit
779da6ec35
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue