mirror of
https://github.com/monero-project/monero.git
synced 2025-05-10 12:05:02 -04:00
add RPC calls and commands to get/set bans
This commit is contained in:
parent
7bc4dce6ed
commit
38ceb73848
11 changed files with 302 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue