From 2011b5028033fdce47d9dc102bc716be8977f4d4 Mon Sep 17 00:00:00 2001 From: Thomas Winget Date: Tue, 17 Jun 2014 14:42:41 -0400 Subject: [PATCH] removed erroneous printing of newlines --- src/simplewallet/simplewallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 75b4072e..e747ee5e 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -820,7 +820,6 @@ std::vector> simple_wallet::split_ { amount += dsts[j].amount % num_splits; } - std::cout << std::endl; de.addr = dsts[j].addr; de.amount = amount;