diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-11-22 12:26:27 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-11-22 12:26:27 +0000 |
commit | 9156ba3a3cf26a9dc3e320c06c2e7c45652052cf (patch) | |
tree | bd2e16fa06a4f0dc9f92ddf2867acc431b6eb6f4 /src/simplewallet/simplewallet.h | |
parent | wallet: improve show_transfers (diff) | |
download | monero-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.h | 2 |
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); |