wallet: rename store-tx-keys to store-tx-info

With backward compatibility
This commit is contained in:
moneromooo-monero
2015-11-22 12:26:27 +00:00
parent b3d4d41e29
commit 9156ba3a3c
4 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -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);