We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
coinaddr.validate('ltc', b'1111') TypeError: ("'network' must be <class 'str'> (got None that is a <class 'NoneType'>).",
print(coinaddr.validate('eth', '111')) ValidationResult(name='ethereum', ticker='eth', address=b'111', valid=True, network='both')
The text was updated successfully, but these errors were encountered:
i have same issue
Sorry, something went wrong.
i have same issue too
Ethereum validator still not working. Validates SHA1 as eth.
looks to be a duplicate of #1, so rolling those two together, please follow that ticket for progress. Thx for raising the issue.
joeblackwaslike
No branches or pull requests
The text was updated successfully, but these errors were encountered: