simplewallet: add a status command
It matches the daemon, and should allow people who're suspicious of the background refresh to know they're synced.
This commit is contained in:
@@ -141,6 +141,7 @@ namespace cryptonote
|
||||
bool refresh_main(uint64_t start_height, bool reset = false);
|
||||
bool set_tx_note(const std::vector<std::string> &args);
|
||||
bool get_tx_note(const std::vector<std::string> &args);
|
||||
bool status(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