ALDOO

Results 8 comments of ALDOO

have you installed python and the prerequisites i think you can refer to this youtube tutorial on how to start the game if you havent : [https://www.youtube.com/watch?v=iMhwJC24fSk](url)

@huanniangstudio, thank you for the response, yes , i have the wallet address in the option at index 1 ![Screenshot 2024-06-02 174318](https://github.com/unisat-wallet/dev-support/assets/72553320/f33497af-f21d-4d9d-8ffb-06b81431f18a) where address is the btc wallet address from...

Ahh ok, so it should returned the hex for the finalized psbt right but in my case when i converted from hex to bitcoin.psbt, it had no signature so could...

i tried ` let sign = await unisat.signPsbt(basePsbt.toHex(), { autoFinalized:true, toSignInputs:[ { index: 1, address:address, } ] })` ` let push = await unisat.pushPsbt(sign)` and ` let sign = await...

ahh yes, sorry forgot to provide you the full context i have 3 signiners that sign the psbt, then i combine the psbts which is the `basePsbt` in the signPsbt...

yes that is the expected outcome but on mine i do not get the partialSig ![Screenshot 2024-06-02 224930](https://github.com/unisat-wallet/dev-support/assets/72553320/f00a4ac7-043b-48e0-bff3-a5412b2d6db9)

@huanniangstudio , if you need more info this is the psbt im trying to sign , its a combined psbt of a base psbt and signed psbt from 3 other...

i get the data as ` [ { "psbt": "", "signed_psbts": [ { "pub_key": "", "signed_psbt": "" } ] } ]` and i signed using ` const psbtInfo: psbtReturn[] =...