aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-02-06 00:31:50 -0800
committerAlexander Blair <snipa@jagtech.io>2020-02-06 00:31:50 -0800
commit8136bf37e2c0a76851c0bb6482b6e4c2b653f5d7 (patch)
tree701ae6b1f1e16455e88daf53fe0d930e4822d126 /src/daemon/rpc_command_executor.h
parentMerge pull request #6095 (diff)
parentdaemon: allow printing N blocks from the end of the chain (diff)
downloadmonero-8136bf37e2c0a76851c0bb6482b6e4c2b653f5d7.tar.xz
Merge pull request #6096
a633f85d daemon: allow printing N blocks from the end of the chain (moneromooo-monero)
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r--src/daemon/rpc_command_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h
index 4335f3512..1754ce32e 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -85,7 +85,7 @@ public:
bool print_connections();
- bool print_blockchain_info(uint64_t start_block_index, uint64_t end_block_index);
+ bool print_blockchain_info(int64_t start_block_index, uint64_t end_block_index);
bool set_log_level(int8_t level);