mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Fixes to FillPSBT
This commit is contained in:
parent
e9bfff25db
commit
25df8aa12b
3 changed files with 5 additions and 11 deletions
|
|
@ -2090,7 +2090,6 @@ TransactionError DescriptorScriptPubKeyMan::FillPSBT(PartiallySignedTransaction&
|
|||
*n_signed = 0;
|
||||
}
|
||||
for (unsigned int i = 0; i < psbtx.inputs.size(); ++i) {
|
||||
const CTxIn& txin = psbtx.tx->vin[i];
|
||||
PSBTInput& input = psbtx.inputs.at(i);
|
||||
|
||||
if (PSBTInputSigned(input)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue