daemon: add a version command

This commit is contained in:
moneromooo-monero 2018-04-13 18:12:17 +01:00
parent 1f96755ddc
commit 35d1269fac
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
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