From 130e0560d534d24a55133dd61bd6a8ff0014a3dc Mon Sep 17 00:00:00 2001 From: Deniod Date: Sat, 13 Jan 2024 12:06:46 +0100 Subject: [PATCH] delete junk --- src/controller.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/controller.cpp b/src/controller.cpp index aaa10a0..676e063 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -188,11 +188,7 @@ void Controller::fillTxJsonParams(json& allRecepients, Tx tx) } 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 if (spendableNotesCount < 30 && balanceAvailable.toDecimalString().toDouble() > (dust.size() * 0.0001)) { // Create extra transaction