diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-08-24 19:20:10 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-08-24 19:20:12 +0200 |
commit | 10f5e00b2197024eae2cde27ecb7f3e705e9e441 (patch) | |
tree | ad354dd1a0f409e9acfa8959d4faa382d4f94bd1 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #379 (diff) | |
parent | make tx keys available to the user (diff) | |
download | monero-10f5e00b2197024eae2cde27ecb7f3e705e9e441.tar.xz |
Merge pull request #380
6c99571 make tx keys available to the user (moneromooo-monero)
Diffstat (limited to '')
-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 8aca93210..7db56cdec 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -122,6 +122,7 @@ namespace cryptonote bool set_variable(const std::vector<std::string> &args); bool rescan_spent(const std::vector<std::string> &args); bool set_log(const std::vector<std::string> &args); + bool get_tx_key(const std::vector<std::string> &args); uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(); |