mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:50:45 -04:00
daemon: add a version command
This commit is contained in:
parent
1f96755ddc
commit
35d1269fac
3 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue