removed erroneous printing of newlines

This commit is contained in:
Thomas Winget 2014-06-17 14:42:41 -04:00
parent 7c7696a830
commit 2011b50280

View file

@ -820,7 +820,6 @@ std::vector<std::vector<cryptonote::tx_destination_entry>> simple_wallet::split_
{ {
amount += dsts[j].amount % num_splits; amount += dsts[j].amount % num_splits;
} }
std::cout << std::endl;
de.addr = dsts[j].addr; de.addr = dsts[j].addr;
de.amount = amount; de.amount = amount;