mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:50:45 -04:00
Merge pull request #5080
d294a577
daemon: extend 'print_pl' command, optional filter by type and limit (xiphon)
This commit is contained in:
commit
23c7663167
4 changed files with 44 additions and 8 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
|
||||
~t_rpc_command_executor();
|
||||
|
||||
bool print_peer_list();
|
||||
bool print_peer_list(bool white = true, bool gray = true, size_t limit = 0);
|
||||
|
||||
bool print_peer_list_stats();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue