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 had this thought initially too but check out this struct from lwk: https://docs.rs/lwk_wollet/latest/lwk_wollet/struct.WalletTx.html - inputs and outputs are both WalletTxOut. The field tx: Transaction, has input and output as TxIn and TxOut but this is a native bitcoin struct and does not have the Liquid specific data
Following updates are needed with Tx structure:
TxOut
. It should beTxIn
that has outpoint and scriptSig for each inputs. Right nowTxOut
has outpoint.The text was updated successfully, but these errors were encountered: