From 839280d5fc245cae101b07f3106c4b0031dd5941 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 23 Oct 2016 12:11:07 +0100 Subject: daemon: add a print_pool_stats daemon command Helps see what's going on now that Monero is getting used --- src/daemon/command_parser_executor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/command_parser_executor.h') 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& args); + bool print_transaction_pool_stats(const std::vector& args); + bool start_mining(const std::vector& args); bool stop_mining(const std::vector& args); -- cgit v1.2.3