aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-06-21 09:31:50 +0200
committerRiccardo Spagni <ric@spagni.net>2016-06-21 09:31:50 +0200
commit8c34cca0f0d0eba32808d28785d65787f32d271b (patch)
treebf6a36c954dc979ea91ab9f5b861b1dd697b0dc9 /src/simplewallet/simplewallet.h
parentMerge pull request #868 (diff)
parentsimplewallet: add a status command (diff)
downloadmonero-8c34cca0f0d0eba32808d28785d65787f32d271b.tar.xz
Merge pull request #867
f0b85c1 simplewallet: add a status command (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
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();