From 3bdda60f3ecc92f33bab4d65c8d348dda9acc9dd Mon Sep 17 00:00:00 2001 From: Miguel Herranz Date: Thu, 23 Feb 2017 18:20:17 +0100 Subject: Add print_pl_stats daemon command --- src/daemon/rpc_command_executor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/rpc_command_executor.h') diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 39db75a80..eb95101ce 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -72,6 +72,8 @@ public: bool print_peer_list(); + bool print_peer_list_stats(); + bool save_blockchain(); bool show_hash_rate(); -- cgit v1.2.3