diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-02-06 00:31:50 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-02-06 00:31:50 -0800 |
commit | 8136bf37e2c0a76851c0bb6482b6e4c2b653f5d7 (patch) | |
tree | 701ae6b1f1e16455e88daf53fe0d930e4822d126 /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #6095 (diff) | |
parent | daemon: allow printing N blocks from the end of the chain (diff) | |
download | monero-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.h | 2 |
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); |