Use CCoinControl selection in CWallet::FundTransaction
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user