aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-11-22 12:26:27 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-11-22 12:26:27 +0000
commit9156ba3a3cf26a9dc3e320c06c2e7c45652052cf (patch)
treebd2e16fa06a4f0dc9f92ddf2867acc431b6eb6f4 /src/simplewallet/simplewallet.h
parentwallet: improve show_transfers (diff)
downloadmonero-9156ba3a3cf26a9dc3e320c06c2e7c45652052cf.tar.xz
wallet: rename store-tx-keys to store-tx-info
With backward compatibility
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index a4cb79124..94ad724be 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -99,7 +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 set_store_tx_info(const std::vector<std::string> &args = std::vector<std::string>());
bool set_default_mixin(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);