Skip to content

Commit

Permalink
Corrects small typo in error description
Browse files Browse the repository at this point in the history
  • Loading branch information
jagracar committed Aug 20, 2023
1 parent 161c6b2 commit 1749153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/contracts/daoToken.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class DAOToken(sp.Contract):
"expansion": {"string": "The account that executed the entry point is not the token owner"},
"languages": ["en"]},
{"error": {"string": "FA2_WRONG_LEVEL"},
"expansion": {"string": "The provided block level is higher thant the current block level"},
"expansion": {"string": "The provided block level is higher than the current block level"},
"languages": ["en"]},
{"error": {"string": "FA2_WRONG_MAX_SHARE"},
"expansion": {"string": "The value of the max share parameter is not within the expected range"},
Expand Down

0 comments on commit 1749153

Please sign in to comment.