diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-11-15 21:59:40 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-11-15 21:59:40 +0000 |
commit | 3f611bc3dc2c9e0a991bd9375fd0d936555956b2 (patch) | |
tree | 9351b61be10308323de039b4345dccd9b27cda79 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #481 (diff) | |
download | monero-3f611bc3dc2c9e0a991bd9375fd0d936555956b2.tar.xz |
wallet: track outgoing payments and add a show_transfers command
It's a user friendly display of incoming and outgoing transfers,
listed by height, within an optional height range.
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index c4edd98d0..8636c1c7b 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -126,6 +126,7 @@ namespace cryptonote bool set_log(const std::vector<std::string> &args); bool get_tx_key(const std::vector<std::string> &args); bool check_tx_key(const std::vector<std::string> &args); + bool show_transfers(const std::vector<std::string> &args); uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(); |