daemon: add a version command

This commit is contained in:
moneromooo-monero
2018-04-13 18:12:17 +01:00
parent 1f96755ddc
commit 35d1269fac
3 changed files with 14 additions and 0 deletions

View File

@@ -138,6 +138,8 @@ public:
bool relay_tx(const std::vector<std::string>& args);
bool sync_info(const std::vector<std::string>& args);
bool version(const std::vector<std::string>& args);
};
} // namespace daemonize