aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-23 12:11:07 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-23 16:11:20 +0100
commit839280d5fc245cae101b07f3106c4b0031dd5941 (patch)
treea878ef80ad3c225fc18c8b9fde915f4f8bb8131d /src/daemon/rpc_command_executor.h
parentMerge pull request #1229 (diff)
downloadmonero-839280d5fc245cae101b07f3106c4b0031dd5941.tar.xz
daemon: add a print_pool_stats daemon command
Helps see what's going on now that Monero is getting used
Diffstat (limited to '')
-rw-r--r--src/daemon/rpc_command_executor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h
index c097453e7..c1c99155b 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -96,6 +96,8 @@ public:
bool print_transaction_pool_short();
+ bool print_transaction_pool_stats();
+
bool start_mining(cryptonote::account_public_address address, uint64_t num_threads, bool testnet);
bool stop_mining();