diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-11-18 10:36:29 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-11-18 10:36:34 +0200 |
commit | 61a015d01de06fb6249b9b2d536b6f06068b2eaa (patch) | |
tree | 5f91dbfefdbaf5280230ce864adefbea93fab6fe /src/simplewallet/simplewallet.h | |
parent | Merge pull request #485 (diff) | |
parent | wallet: track outgoing payments and add a show_transfers command (diff) | |
download | monero-61a015d01de06fb6249b9b2d536b6f06068b2eaa.tar.xz |
Merge pull request #487
3f611bc wallet: track outgoing payments and add a show_transfers command (moneromooo-monero)
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(); |