add RPC calls and commands to get/set bans

This commit is contained in:
moneromooo-monero 2015-11-26 00:04:22 +00:00
parent 7bc4dce6ed
commit 38ceb73848
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
11 changed files with 302 additions and 4 deletions

View file

@ -106,6 +106,12 @@ public:
bool stop_save_graph(const std::vector<std::string>& args);
bool hard_fork_info(const std::vector<std::string>& args);
bool show_bans(const std::vector<std::string>& args);
bool ban(const std::vector<std::string>& args);
bool unban(const std::vector<std::string>& args);
};
} // namespace daemonize