Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graylist - one of the token verification statuses. #24

Closed
awesomes86 opened this issue Aug 31, 2024 · 0 comments
Closed

Graylist - one of the token verification statuses. #24

awesomes86 opened this issue Aug 31, 2024 · 0 comments

Comments

@awesomes86
Copy link

One of the token verification statuses causes a pydantic error.
In addition to the described [ whitelist, blacklist, none ] there is a "graylist" status, when encountering which we get a pydantic error.
An example of such an address is "0:0336261f4d3e8a3521b5fc38ee30d203de5ec60d8231a4b3f2e42d512bedd7cc".
Traceback:
ValidationError: 1 validation error for JettonsBalances
balances.58.jetton.verification
Input should be 'whitelist', 'blacklist' or 'none' [type=enum, input_value='graylist', input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/enum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants