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
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: