-
Notifications
You must be signed in to change notification settings - Fork 136
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
Need more improved decoding address verification logic for integrated address #124
Comments
When Line 463 in 1be824a
|
Can you provide example of what you mean that it does not work? Also, the values of these constants correspond to these: |
Yes, it's just monero prefix. Line 468 in 1be824a
On the other hands, expectedPrefixInt.length is 2
This is causing the error. |
Unfortunately, I don't know how it should or should not work in other chains. Probably more changes are required in other places if you change the constants used in monero. |
Ok, I see. |
P/s: it's not other chain, only the prefix is difference with Monero. |
Already made issue about this. Got the same error after most recent batch of monero's PRs. Will be looking into it now. |
regarding the prefix. openmonero is also using mymonero code, https://github.com/mymonero/mymonero-core-js, which makes cn_utils.js redundant in parts. The mymonero also defines the prefixes: Similar issue was raised before: #108 and I still haven't had time to clean up the legacy code which was replaced by mymonero code. |
should compile now. |
Closing as seems to be solved. |
No description provided.
The text was updated successfully, but these errors were encountered: