aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-08 13:57:24 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-08 13:57:24 +0000
commitc21350823f0520710539a1bbb6719346477223b7 (patch)
treea9646bfa0d9af589f5879dd217f3a8d83bff0466 /src/simplewallet/simplewallet.h
parentwallet_rpc_server: new RPC call to get a transfer by txid (diff)
downloadmonero-c21350823f0520710539a1bbb6719346477223b7.tar.xz
simplewallet: add a show_transfer <txid> command
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index c3e14a8cc..05e8356e9 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -155,6 +155,7 @@ namespace cryptonote
bool import_key_images(const std::vector<std::string> &args);
bool export_outputs(const std::vector<std::string> &args);
bool import_outputs(const std::vector<std::string> &args);
+ bool show_transfer(const std::vector<std::string> &args);
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon(bool silent = false);