diff options
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-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 f900c72bd..f00fbd77e 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -63,6 +63,8 @@ public: bool show_difficulty(const std::vector<std::string>& args); + bool show_status(const std::vector<std::string>& args); + bool print_connections(const std::vector<std::string>& args); bool print_blockchain_info(const std::vector<std::string>& args); |