Skip to content

Commit

Permalink
[#] Fix maxDomainNameFragmentLength
Browse files Browse the repository at this point in the history
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
  • Loading branch information
masterSplinter01 committed Apr 4, 2022
1 parent 4a0f0d7 commit d2adf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nns/nns_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
// maxRootLength is the maximum domain root length.
maxRootLength = 16
// maxDomainNameFragmentLength is the maximum length of the domain name fragment.
maxDomainNameFragmentLength = 62
maxDomainNameFragmentLength = 63
// minDomainNameLength is minimum domain length.
minDomainNameLength = 3
// maxDomainNameLength is maximum domain length.
Expand Down

0 comments on commit d2adf08

Please sign in to comment.