diff options
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 9ad849434..5df089be2 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -73,6 +73,8 @@ public: bool show_difficulty(); + bool show_status(); + bool print_connections(); bool print_blockchain_info(uint64_t start_block_index, uint64_t end_block_index); |