Closed ptc-bink closed 4 months ago
In taproot there are two ways to make a multisig script. Since CHECKMULTISIG op code was removed for taproot.
I think I'll add a new example with just a simple multisig use case.
I added an example for your use case.
Please ask any questions you might have.
Thx for ur kind advice
I followed above examples After generate PSBT, I tried to sign PSBT use Unisat wallet but got below error "Can not sign for input #0 with the key 025321d780d099750e7fbcec128213184c9ae0a86241eeacc826c37bce7febc0b8"
What kind of problem is this?
Bitcoinjslib provides us how to make Segwit multisig wallet.
But in my project, I need to provide all of it.
Who can help me?