diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-08-26 19:22:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-08-26 19:23:18 +0200 |
commit | 1fb2bc9850633e46f869bada5f7263685ab1882e (patch) | |
tree | 6e733402f7abb5512b9cb51fbde33f1b330c090f /src/simplewallet/simplewallet.h | |
parent | Merge pull request #386 (diff) | |
parent | simplewallet: add a store-tx-keys option to set (diff) | |
download | monero-1fb2bc9850633e46f869bada5f7263685ab1882e.tar.xz |
Merge pull request #387
e20a3ae simplewallet: add a store-tx-keys option to set (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 7db56cdec..d8841f2d8 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -99,6 +99,7 @@ namespace cryptonote */ bool seed_set_language(const std::vector<std::string> &args = std::vector<std::string>()); bool set_always_confirm_transfers(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_store_tx_keys(const std::vector<std::string> &args = std::vector<std::string>()); bool help(const std::vector<std::string> &args = std::vector<std::string>()); bool start_mining(const std::vector<std::string> &args); bool stop_mining(const std::vector<std::string> &args); |