Use CCoinControl selection in CWallet::FundTransaction

This commit is contained in:
João Barbosa
2016-02-11 01:07:22 +00:00
committed by lateminer
parent 3ba39ef176
commit c16a6022d1
3 changed files with 5 additions and 15 deletions

View File

@@ -796,7 +796,7 @@ void CoinControlDialog::updateView()
}
// set checkbox
if (coinControl->IsSelected(txhash, out.i))
if (coinControl->IsSelected(COutPoint(txhash, out.i)))
itemOutput->setCheckState(COLUMN_CHECKBOX, Qt::Checked);
}