mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:50:45 -04:00
daemon/rpc: updates command and RPC
subcommands "check", "download", and "update". update is not yet implemented.
This commit is contained in:
parent
beee286c7b
commit
ea873ceb2c
8 changed files with 199 additions and 0 deletions
|
@ -130,6 +130,8 @@ public:
|
|||
bool alt_chain_info(const std::vector<std::string>& args);
|
||||
|
||||
bool print_blockchain_dynamic_stats(const std::vector<std::string>& args);
|
||||
|
||||
bool update(const std::vector<std::string>& args);
|
||||
};
|
||||
|
||||
} // namespace daemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue