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:
moneromooo-monero
2016-06-20 19:11:10 +01:00
parent 30ef965f9a
commit f0b85c1631
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -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();