tss signature can't verify success. but the key is right and I have verify in python #3602
Replies: 2 comments 2 replies
-
Hi @xin19961512, could you send a link to the "tss" you mentioned above? |
Beta Was this translation helpful? Give feedback.
2 replies
-
i have solved it, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use TWPublicKeyRecover() to recover publickey;
but the address is wrong:
from address:0x9f64152B97b3482f9dC20587aacd66dAE42B5985
recover address:0xd7e4b51f145ed9909AE2a2DF76F68a68a53ED743
however, I can recovery it with python code :
it get the right address : 0x9f64152B97b3482f9dC20587aacd66dAE42B5985
by the way, this signature is created by tss. and I use wallet-core generate signature is success . any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions