diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-23 12:11:07 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-23 16:11:20 +0100 |
| commit | 839280d5fc245cae101b07f3106c4b0031dd5941 (patch) | |
| tree | a878ef80ad3c225fc18c8b9fde915f4f8bb8131d /src/daemon/command_parser_executor.h | |
| parent | 4f6ea2eb6a7bdc189858dc752e7b06210500db48 (diff) | |
| download | monzero-core-839280d5fc245cae101b07f3106c4b0031dd5941.tar.gz monzero-core-839280d5fc245cae101b07f3106c4b0031dd5941.tar.xz monzero-core-839280d5fc245cae101b07f3106c4b0031dd5941.zip | |
daemon: add a print_pool_stats daemon command
Helps see what's going on now that Monero is getting used
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); |
