fix typo
This commit is contained in:
@@ -190,7 +190,7 @@ void Controller::fillTxJsonParams(json& allRecepients, Tx tx)
|
|||||||
CAmount balanceAvailable = getModel()->getBalVerified();
|
CAmount balanceAvailable = getModel()->getBalVerified();
|
||||||
|
|
||||||
// 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.toDecimalhushString().toDouble() > (dust.size() * 0.0001)) {
|
if (spendableNotesCount < 30 && balanceAvailable.toDecimalhushString().toDouble() > (dust.size() * 0.0001)) {
|
||||||
// Create extra transaction
|
// Create extra transaction
|
||||||
for (size_t i = 0; i < dust.size(); ++i) {
|
for (size_t i = 0; i < dust.size(); ++i) {
|
||||||
// Generate random memo
|
// Generate random memo
|
||||||
|
|||||||
Reference in New Issue
Block a user