Use CCoinControl selection in CWallet::FundTransaction

This commit is contained in:
João Barbosa
2016-02-11 01:07:22 +00:00
parent 87d6562299
commit d6cc6a1830
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);
}