From d8ee0a95c7e3a1aba2aa79173f2d55f2db6f31cd Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 17 May 2015 13:13:02 +0100 Subject: print limits when running limit commands with no arguments It's more user friendly that an error message saying the command does not exist. --- src/daemon/rpc_command_executor.h | 6 ++++++ 1 file changed, 6 insertions(+) (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 43b8a9fe0..21229c577 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -99,6 +99,12 @@ public: bool print_status(); + bool get_limit(); + + bool get_limit_up(); + + bool get_limit_down(); + bool set_limit(int limit); bool set_limit_up(int limit); -- cgit v1.2.3