mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
removed erroneous printing of newlines
This commit is contained in:
parent
7c7696a830
commit
2011b50280
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue