make tx keys available to the user
They are also stored in the cache file, to be retrieved using a new get_tx_key command.
This commit is contained in:
@@ -122,6 +122,7 @@ namespace cryptonote
|
||||
bool set_variable(const std::vector<std::string> &args);
|
||||
bool rescan_spent(const std::vector<std::string> &args);
|
||||
bool set_log(const std::vector<std::string> &args);
|
||||
bool get_tx_key(const std::vector<std::string> &args);
|
||||
|
||||
uint64_t get_daemon_blockchain_height(std::string& err);
|
||||
bool try_connect_to_daemon();
|
||||
|
||||
Reference in New Issue
Block a user