diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:59:05 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:59:05 -0500 |
commit | d30b234f08fb49b209e7cd5192ab12d211d66ace (patch) | |
tree | 135d30dc2054e895ccdd8a66ff15e59d0e77f42e /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #5847 (diff) | |
parent | daemon: add pruned and publicrpc flags to print_pl (diff) | |
download | monero-d30b234f08fb49b209e7cd5192ab12d211d66ace.tar.xz |
Merge pull request #5849
b51f4cd daemon: add pruned and publicrpc flags to print_pl (moneromooo-monero)
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index c474e0a0f..af7081ef3 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(); |