mirror of
https://github.com/monero-project/monero.git
synced 2026-01-02 16:00:10 -08:00
Merge pull request #5849
b51f4cd daemon: add pruned and publicrpc flags to print_pl (moneromooo-monero)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user