diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-06-20 19:11:10 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-06-20 19:11:10 +0100 |
commit | f0b85c1631ebf7f16360575edaa270d141a25ee4 (patch) | |
tree | eb28815d44bd98309148e0556ff6a208e28acef3 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #854 (diff) | |
download | monero-f0b85c1631ebf7f16360575edaa270d141a25ee4.tar.xz |
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.
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 0c69f0440..66f74b456 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -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(); |