Merge pull request #5849

b51f4cd daemon: add pruned and publicrpc flags to print_pl (moneromooo-monero)
This commit is contained in:
luigi1111
2019-09-08 19:59:05 -05:00
3 changed files with 22 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ public:
~t_rpc_command_executor();
bool print_peer_list(bool white = true, bool gray = true, size_t limit = 0);
bool print_peer_list(bool white = true, bool gray = true, size_t limit = 0, bool pruned_only = false, bool publicrpc_only = false);
bool print_peer_list_stats();