We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389c169 commit 8c30e15Copy full SHA for 8c30e15
contracts/MetadataViews.cdc
@@ -795,12 +795,12 @@ pub contract MetadataViews {
795
}
796
797
access(contract) fun votingRights(): NFTLicense {
798
- self.rights.append("NFL-VOTE")
+ self.rights.append("NLP-VOTE")
799
return self
800
801
802
access(contract) fun commercialRights(): NFTLicense {
803
- self.rights.append("NFL-COM")
+ self.rights.append("NLP-COM")
804
805
806
0 commit comments