mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 14:30:28 -04:00
move checkpoints in a separate library
This commit is contained in:
parent
85f4b600d2
commit
5d65a75b69
29 changed files with 72 additions and 67 deletions
|
@ -542,7 +542,7 @@ namespace rpc
|
|||
{
|
||||
if (m_core.get_current_blockchain_height() <= req.height)
|
||||
{
|
||||
res.hash = cryptonote::null_hash;
|
||||
res.hash = crypto::null_hash;
|
||||
res.status = Message::STATUS_FAILED;
|
||||
res.error_details = "height given is higher than current chain height";
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue