Skip to content

Commit

Permalink
Fix unused linter's remark
Browse files Browse the repository at this point in the history
`defaultRegisterPrice` constant is used in `_deploy` function of the NNS
contract.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Mar 17, 2023
1 parent 969f201 commit 465a6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nns/nns_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 465a6ad

Please sign in to comment.