aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-04-21 21:55:28 +0200
committerRiccardo Spagni <ric@spagni.net>2018-04-21 21:55:28 +0200
commit7e98e9d7ce0766a046505f750decad2387a315ec (patch)
tree6a2def6b3fc455edc677122f91c0d248c99400b1 /src/simplewallet/simplewallet.h
parentMerge pull request #3624 (diff)
parentsimplewallet: add version command (diff)
downloadmonero-7e98e9d7ce0766a046505f750decad2387a315ec.tar.xz
Merge pull request #3630
51b511be simplewallet: add version command (moneromooo-monero) 35d1269f daemon: add a version 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 f26f69353..39a91c5f5 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -218,6 +218,7 @@ namespace cryptonote
bool blackball(const std::vector<std::string>& args);
bool unblackball(const std::vector<std::string>& args);
bool blackballed(const std::vector<std::string>& args);
+ bool version(const std::vector<std::string>& args);
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon(bool silent = false, uint32_t* version = nullptr);