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'm trying to sign a litecoin transaction, it will be sign but i can't broadcast it because of I'm attempting to spend a SegWit (Bech32) UTXO using a non-SegWit (Legacy) transaction format and I don't know how to fix it.
Is there any samples for this action?
The text was updated successfully, but these errors were encountered:
Hi @Yasinj05, you should be able to construct a transaction with any combination of UTXOs.
Do you use BitcoinV2 protocol? Could you share the code WITHOUT PRIVATE KEYS
Hi @Yasinj05, you should be able to construct a transaction with any combination of UTXOs.
Do you use BitcoinV2 protocol? Could you share the code WITHOUT PRIVATE KEYS
I fixed it, thank you. Why don't you complete the documentation for the typescript so that I don't have to ask you every time? In the future, I will have questions for other networks for which you do not have a sample code.
I'm trying to sign a litecoin transaction, it will be sign but i can't broadcast it because of I'm attempting to spend a SegWit (Bech32) UTXO using a non-SegWit (Legacy) transaction format and I don't know how to fix it.
Is there any samples for this action?
The text was updated successfully, but these errors were encountered: