diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-05-05 21:30:25 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-05-05 21:30:25 +0300 |
commit | 71131a84ea4e8ef8b3ad8084a14e0b5d2ec85e7a (patch) | |
tree | 4d867acd0f57955365ecd19495a6ff32e2fe1903 /src | |
parent | TransactionHistory continued (diff) | |
download | monero-71131a84ea4e8ef8b3ad8084a14e0b5d2ec85e7a.tar.xz |
TransactionHistory continued
Diffstat (limited to 'src')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 5 |
1 files changed, 0 insertions, 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<std::string> &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<std::string> &args_) } } - if (out) { std::list<std::pair<crypto::hash, tools::wallet2::confirmed_transfer_details>> payments; m_wallet->get_payments_out(payments, min_height, max_height); |