From 71131a84ea4e8ef8b3ad8084a14e0b5d2ec85e7a Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 5 May 2016 21:30:25 +0300 Subject: [PATCH] TransactionHistory continued --- src/simplewallet/simplewallet.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 226b9559f..29c92e049 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2641,10 +2641,6 @@ bool simple_wallet::show_transfers(const std::vector &args_) return true; } - if (in) { - - } - // optional in/out selector if (local_args.size() > 0) { if (local_args[0] == "in" || local_args[0] == "incoming") { @@ -2706,7 +2702,6 @@ bool simple_wallet::show_transfers(const std::vector &args_) } } - if (out) { std::list> payments; m_wallet->get_payments_out(payments, min_height, max_height);