aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2014-06-17 14:42:41 -0400
committerThomas Winget <tewinget@gmail.com>2014-06-30 07:16:50 -0400
commit2011b5028033fdce47d9dc102bc716be8977f4d4 (patch)
tree4e6b7c77e66193b1a331b4c7fcab3e0e0b7d148b
parentmissed removing a debug print (diff)
downloadmonero-2011b5028033fdce47d9dc102bc716be8977f4d4.tar.xz
removed erroneous printing of newlines
-rw-r--r--src/simplewallet/simplewallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 75b4072ec..e747ee5e1 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -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;