Add print_pl_stats daemon command

This commit is contained in:
Miguel Herranz 2017-02-23 18:20:17 +01:00
parent d666339853
commit 3bdda60f3e
5 changed files with 44 additions and 0 deletions

View file

@ -59,6 +59,8 @@ public:
bool print_peer_list(const std::vector<std::string>& args);
bool print_peer_list_stats(const std::vector<std::string>& args);
bool save_blockchain(const std::vector<std::string>& args);
bool show_hash_rate(const std::vector<std::string>& args);