-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wallet V5R1 Error When Sending Transaction #9
Comments
It seems 135 means invalid signature, is there an issue with my code? |
I think this repo has an issue regarding transaction for V5R1 wallet |
Because it works with V4R2, but not with V5R1 |
I wasn't able to send Ton using V5R1 wallet |
Hey @NicklausFW ! I haven't really tested V5R1 wallet version yet, so there can be some inconsistency in its TLB-serialization. Please, check that your wallet address matches the one generated by |
Hi @mitinarseny , thank you for answering! When i use "Wallet::derive(0, keypair, 0x7FFFFF11)" (not the derive_default) The address matches https://ton-address-converter.com/ and the telegram wallet bot So i'm confused why the code works when i use V4R2 and not the V5R1. |
I see, DEFAULT_WALLET_ID seems to be different for each wallet version. Please, feel free to create PR, I appreciate your contribution! |
I have made the pull request for the derive_default @mitinarseny |
So will there be a future fix for the V5R1? @mitinarseny |
When i use:
I got error:
The text was updated successfully, but these errors were encountered: