mirror of
https://github.com/monero-project/monero.git
synced 2026-01-14 05:46:37 -08:00
move checkpoints in a separate library
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user