-
Notifications
You must be signed in to change notification settings - Fork 2
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
decode verify fail #1
Comments
@xuxiaohu help🙏 |
can you try SR25519.verify(Address.encode("5HBwjWDWZTqRCv98pku9NwoSRo7euCowciut12tviPNAt7WK"), "I'm verifying my DOT address", "0xc02fd26ba216daa8cd285314a8059aa60744fd5cff1af606e14a9160c854a57c6b42abe0a |
The issue is w3f/schnorrkel#77 |
I'm very sorry to bother you, the result is still false😢 |
SR25519.verify(address, "<Bytes>" + message + "</Bytes>", sign) |
hi,
params:
use codes:
is_valid is true, but use:
is false
use sign a message:
The text was updated successfully, but these errors were encountered: