mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 03:13:28 +01:00
removed erroneous printing of newlines
This commit is contained in:
parent
7c7696a830
commit
2011b50280
@ -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 New Issue
Block a user