update// removed printf to print setting amount etc to 0 of dust x

This commit is contained in:
Strider
2020-04-11 22:39:19 +02:00
parent 1f6b4e0f31
commit d7ba10b466

View File

@@ -130,7 +130,6 @@ void Controller::fillTxJsonParams(json& allRecepients, Tx tx)
// Dust amt/memo, construct the JSON
for(uint8_t i = 0; i < 10; i++)
{
printf("Setting amount and memo to 0 for dust%i \n", i);
dust.at(i)["amount"] = 0;
dust.at(i)["memo"] = "";