diff --git a/nns/nns_contract.go b/nns/nns_contract.go index 4a682067..46680e5d 100644 --- a/nns/nns_contract.go +++ b/nns/nns_contract.go @@ -62,6 +62,7 @@ const ( // Other constants. const ( // defaultRegisterPrice is the default price for new domain registration. + // nolint:unused defaultRegisterPrice = 10_0000_0000 // millisecondsInYear is amount of milliseconds per year. millisecondsInYear = int64(365 * 24 * 3600 * 1000)