diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-13 18:45:10 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-13 18:47:33 +0100 |
| commit | 51b511be4c584ee4e5222bd3c4f4e08f36519082 (patch) | |
| tree | 3d7371bd41a4a967a4a4b589b52e2bbd4e59d864 /src/simplewallet/simplewallet.h | |
| parent | 35d1269faca070e1ec8906d0683896f937685b97 (diff) | |
| download | monzero-core-51b511be4c584ee4e5222bd3c4f4e08f36519082.tar.gz monzero-core-51b511be4c584ee4e5222bd3c4f4e08f36519082.tar.xz monzero-core-51b511be4c584ee4e5222bd3c4f4e08f36519082.zip | |
simplewallet: add version command
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 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); |
