diff options
Diffstat (limited to '')
-rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index 2d9315df8..51c55a8c0 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -112,6 +112,8 @@ public: bool ban(const std::vector<std::string>& args); bool unban(const std::vector<std::string>& args); + + bool flush_txpool(const std::vector<std::string>& args); }; } // namespace daemonize |