unisat-wallet / extension

The first open-source browser extension wallet for Bitcoin NFTs
Other
875 stars 336 forks source link

Question: Does signPsbt API support for signing a taproot P2TR multi-sig transaction? #240

Open mint-pz opened 1 week ago

mint-pz commented 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?

mint-pz commented 1 week ago

My bad, I am able to sign with Unisat but got error when broadcasting

image

I found that, I used account #.1 #.2 #.3 to sign, but the tx included the pubkey of #.4, not #.2

image