daemon/rpc: updates command and RPC

subcommands "check", "download", and "update".
update is not yet implemented.
This commit is contained in:
moneromooo-monero 2017-02-24 23:16:13 +00:00
parent beee286c7b
commit ea873ceb2c
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
8 changed files with 199 additions and 0 deletions

View file

@ -151,6 +151,8 @@ public:
bool alt_chain_info();
bool print_blockchain_dynamic_stats(uint64_t nblocks);
bool update(const std::string &command);
};
} // namespace daemonize