Fixes to FillPSBT

This commit is contained in:
Andrew Chow 2021-04-16 16:04:14 -04:00
parent e9bfff25db
commit 25df8aa12b
3 changed files with 5 additions and 11 deletions

View file

@ -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)) {