mirror of
https://github.com/monero-project/monero.git
synced 2024-12-22 19:49:30 +00:00
commit
f41c68648c
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ bool t_rpc_command_executor::print_blockchain_info(int64_t start_block_index, ui
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (start_block_index < 0 && (uint64_t)-start_block_index >= ires.height)
|
if ((uint64_t)-start_block_index >= ires.height)
|
||||||
{
|
{
|
||||||
tools::fail_msg_writer() << "start offset is larger than blockchain height";
|
tools::fail_msg_writer() << "start offset is larger than blockchain height";
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue