diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-26 08:55:25 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-26 08:55:25 +0200 |
commit | b34506da81ed7d53c0a11cc30f6eb349fe2ca48c (patch) | |
tree | 4cd4132d8c1c57e89f8c4f417c2e078b6d9e5d44 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #931 (diff) | |
parent | wallet: new {ex,im}port_key_images commands and RPC calls (diff) | |
download | monero-b34506da81ed7d53c0a11cc30f6eb349fe2ca48c.tar.xz |
Merge pull request #928
ebf97d7 wallet: new {ex,im}port_key_images commands and RPC calls (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 7d8e7730c..b35ca0866 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -145,6 +145,8 @@ namespace cryptonote bool set_default_fee_multiplier(const std::vector<std::string> &args); bool sign(const std::vector<std::string> &args); 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); uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(bool silent = false); |