aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-06-18 07:43:57 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-08-23 19:15:45 +0000
commitb51f4cdcaf1e26f835c984f1955791a97aa67540 (patch)
treed48f6c5e01b695e78de5e7b345e50a7550863b61 /src/daemon/rpc_command_executor.h
parentMerge pull request #5827 (diff)
downloadmonero-b51f4cdcaf1e26f835c984f1955791a97aa67540.tar.xz
daemon: add pruned and publicrpc flags to print_pl
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r--src/daemon/rpc_command_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h
index f3ed48319..917eae239 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -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();