removed erroneous printing of newlines

This commit is contained in:
Thomas Winget 2014-06-17 14:42:41 -04:00
parent 7c7696a830
commit 2011b50280
1 changed files with 0 additions and 1 deletions

View File

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