Add an RPC call and daemon command to get info on hard fork voting

This commit is contained in:
moneromooo-monero 2015-09-19 16:34:29 +01:00
parent d06713199e
commit e546f3724a
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
13 changed files with 169 additions and 5 deletions

View file

@ -102,6 +102,8 @@ public:
bool start_save_graph(const std::vector<std::string>& args);
bool stop_save_graph(const std::vector<std::string>& args);
bool hard_fork_info(const std::vector<std::string>& args);
};
} // namespace daemonize