-
Notifications
You must be signed in to change notification settings - Fork 6
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
Invalid addresses are passing #21
Comments
The issues seems to come from here: https://github.com/blockstack/c32check Since the function is using this library to validate an address. |
@wileyj Should I close this issue and open one there? |
i wouldn't close it, i'd like to see what @aulneau thinks first (he would be more familiar with this function). |
I'm not sure what you're talking about? Can you provide the address used to reproduce this?
|
@jcnelson can you test with the following: Expected to valid: SP2CT665Q0JB7P39TZ7BST0QYCAQSMJWBZK8QT35J |
Thanks! I can reproduce it now. |
PR sent: stacks-network/c32check#14 |
I am using:
import { validateStacksAddress } from "stacks-utils";
to validate addresses. If you change the first letter in an address to anything, it still passes as valid.The text was updated successfully, but these errors were encountered: