Open mint-pz opened 1 week ago
Xverse wallet does support it following their example: https://github.com/secretkeylabs/xverse-core/issues/388#issuecomment-2362973099
But when I tried the same code with Unisat wallet, I got the error finalize/taproot: unknown input. So, I'd to know if the Unisat wallet supports for signing a taproot P2TR multi-sig transaction via signPsbt method?
finalize/taproot: unknown input
My bad, I am able to sign with Unisat but got error when broadcasting
I found that, I used account #.1 #.2 #.3 to sign, but the tx included the pubkey of #.4, not #.2
Xverse wallet does support it following their example: https://github.com/secretkeylabs/xverse-core/issues/388#issuecomment-2362973099
But when I tried the same code with Unisat wallet, I got the error
finalize/taproot: unknown input
. So, I'd to know if the Unisat wallet supports for signing a taproot P2TR multi-sig transaction via signPsbt method?