diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-04-29 16:26:14 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-23 16:01:26 +0300 |
commit | e6fdd5dd10efa29029aa6babf821c429084d786f (patch) | |
tree | c3a392307e0d204082b8d2c7292013c84ed368e0 /src/simplewallet/simplewallet.cpp | |
parent | merged with upstream (diff) | |
download | monero-e6fdd5dd10efa29029aa6babf821c429084d786f.tar.xz |
TransactionHistory continued
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 22ddb0639..0581d9de9 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2999,7 +2999,7 @@ bool simple_wallet::show_transfers(const std::vector<std::string> &args_) } LOCK_REFRESH_THREAD_SCOPE(); - + // optional in/out selector if (local_args.size() > 0) { if (local_args[0] == "in" || local_args[0] == "incoming") { |