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/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 3ea2b923a..37f431974 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -59,6 +59,8 @@ public: bool print_peer_list(const std::vector& args); + bool print_peer_list_stats(const std::vector& args); + bool save_blockchain(const std::vector& args); bool show_hash_rate(const std::vector& args); -- cgit v1.2.3