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
wallet-tool.py signpsbt requires the scriptPubKey and apparently the witness script (for fidelity bond utxos) in the PSBT input maps.
When you create a PSBT with Bitcoin Core's createpsbt, you can only set the txin hash and vout values, so creating a psbt for signpsbt requires some specialized tool or script.
Let me know if you need more detailed repro steps. Any suggested workaround would be appreciated.
The text was updated successfully, but these errors were encountered:
wallet-tool.py signpsbt
requires thescriptPubKey
and apparently the witness script (for fidelity bond utxos) in the PSBT input maps.When you create a PSBT with Bitcoin Core's
createpsbt
, you can only set the txin hash and vout values, so creating a psbt forsignpsbt
requires some specialized tool or script.Let me know if you need more detailed repro steps. Any suggested workaround would be appreciated.
The text was updated successfully, but these errors were encountered: