aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-24 13:47:41 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-24 13:47:41 -0500
commit1880c1a58290cde589fe6db1062284ddba294483 (patch)
tree896c03bef52795675c79bbd421b8f47c5fab869e /src/daemon/command_parser_executor.h
parent97ffc6dabdcd12be221d1f710d346d99f55f8ea8 (diff)
parent65c40049633f0c5db3c24af8716bb683520f368c (diff)
downloadmonzero-core-1880c1a58290cde589fe6db1062284ddba294483.tar.gz
monzero-core-1880c1a58290cde589fe6db1062284ddba294483.tar.xz
monzero-core-1880c1a58290cde589fe6db1062284ddba294483.zip
Merge pull request #5363
515ac29 p2p: store network address directly in blocked host list (moneromooo-monero) 65c4004 allow blocking whole subnets (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r--src/daemon/command_parser_executor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h
index 2efd78ec0..aeaf4d254 100644
--- a/src/daemon/command_parser_executor.h
+++ b/src/daemon/command_parser_executor.h
@@ -127,6 +127,8 @@ public:
bool unban(const std::vector<std::string>& args);
+ bool banned(const std::vector<std::string>& args);
+
bool flush_txpool(const std::vector<std::string>& args);
bool output_histogram(const std::vector<std::string>& args);