delete junk
This commit is contained in:
@@ -188,11 +188,7 @@ void Controller::fillTxJsonParams(json& allRecepients, Tx tx)
|
|||||||
|
|
||||||
}
|
}
|
||||||
CAmount balanceAvailable = getModel()->getBalVerified();
|
CAmount balanceAvailable = getModel()->getBalVerified();
|
||||||
// CAmount balanceAvailable = getModel()->getBalVerified();
|
|
||||||
//float balanceAsFloat = balanceAvailable; // Direkte Zuweisung, falls Operatorüberladung vorhanden ist
|
|
||||||
|
|
||||||
qDebug()<< "verfügbar : " << balanceAvailable.toDecimalString().toDouble();
|
|
||||||
// qDebug()<< "verfügbar Double : " << balanceAsFloat;
|
|
||||||
// Create more Notes if spendableNotesCount < 30 and enough funds are available
|
// Create more Notes if spendableNotesCount < 30 and enough funds are available
|
||||||
if (spendableNotesCount < 30 && balanceAvailable.toDecimalString().toDouble() > (dust.size() * 0.0001)) {
|
if (spendableNotesCount < 30 && balanceAvailable.toDecimalString().toDouble() > (dust.size() * 0.0001)) {
|
||||||
// Create extra transaction
|
// Create extra transaction
|
||||||
|
|||||||
Reference in New Issue
Block a user