From fcfcc3ac8687a6619d08854a0062ee7d036645fb Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 28 May 2019 17:54:41 +0000 Subject: rpc: in/out peers can now return the setting's value --- src/daemon/rpc_command_executor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/daemon/rpc_command_executor.h') diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 3c2686b3f..e7e984b65 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -123,9 +123,9 @@ public: bool set_limit(int64_t limit_down, int64_t limit_up); - bool out_peers(uint64_t limit); + bool out_peers(bool set, uint32_t limit); - bool in_peers(uint64_t limit); + bool in_peers(bool set, uint32_t limit); bool start_save_graph(); -- cgit v1.2.3