You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create an unsigned transaction using @bsv/sdk lib and later sign it using Yours wallet.
No matter how I try, I am not able to produce valid signature to unlock utxo.
I tried doing this on testnet and mainnet.
Here's the parsed signature from whatsonchain.com (note [error] at the end):
I am trying to create an unsigned transaction using @bsv/sdk lib and later sign it using Yours wallet.
No matter how I try, I am not able to produce valid signature to unlock utxo.
I tried doing this on testnet and mainnet.
Here's the parsed signature from whatsonchain.com (note [error] at the end):
I have created a minimal React project to show how I do that:
https://github.com/untitledlt/yours-wallet-test/blob/main/src/App.tsx
Please guide me what I am doing wrong here. Thanks!
The text was updated successfully, but these errors were encountered: