diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:44:29 -0800 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:44:29 -0800 |
commit | 59021496d8089b521d69cb3d0689b658c92ebe25 (patch) | |
tree | 178353abb437049f299864e68bac012f36d3013c /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1534 (diff) | |
parent | simplewallet: add a show_transfer <txid> command (diff) | |
download | monero-59021496d8089b521d69cb3d0689b658c92ebe25.tar.xz |
Merge pull request #1537
c2135082 simplewallet: add a show_transfer <txid> command (moneromooo-monero)
19c4041d wallet_rpc_server: new RPC call to get a transfer by txid (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 a807e2cda..753bca74d 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -157,6 +157,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); |