diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-11-01 15:12:03 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-11-01 15:12:03 +0200 |
commit | d53bc2eddf8da0b2fc88728922c0cfef2eab1bbf (patch) | |
tree | 6e732db8416a38c7c4d4b23c37f6178f7fbfdd6f /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1277 (diff) | |
parent | wallet: new import_outputs/export_outputs commands (diff) | |
download | monero-d53bc2eddf8da0b2fc88728922c0cfef2eab1bbf.tar.xz |
Merge pull request #1281
bb560dd wallet: new import_outputs/export_outputs commands (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 674c375be..fcc77ff69 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -152,6 +152,8 @@ namespace cryptonote bool verify(const std::vector<std::string> &args); bool export_key_images(const std::vector<std::string> &args); 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); uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(bool silent = false); |