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 6a984aa71..93b1fab56 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -84,6 +84,8 @@ public: bool print_transaction_pool_short(const std::vector<std::string>& args); + bool print_transaction_pool_stats(const std::vector<std::string>& args); + bool start_mining(const std::vector<std::string>& args); bool stop_mining(const std::vector<std::string>& args); |