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
Currently validateAddress fails for p2sh-segwit addresses in bitcoin-utils.
validateAddress
One would expect these types of addresses to succeed for all types of addresses... legacy, p2sh-segwit, segwit.
If this function is specifically to be used for validating swap addresses, then it should probably be renamed to validateSwapAddress.
validateSwapAddress
The text was updated successfully, but these errors were encountered:
@monokh any actions here?
Sorry, something went wrong.
No branches or pull requests
Currently
validateAddress
fails for p2sh-segwit addresses in bitcoin-utils.One would expect these types of addresses to succeed for all types of addresses... legacy, p2sh-segwit, segwit.
If this function is specifically to be used for validating swap addresses, then it should probably be renamed to
validateSwapAddress
.The text was updated successfully, but these errors were encountered: