mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 12:26:14 -04:00
Merge bitmonero@monero-project
This commit is contained in:
commit
8530629e22
50 changed files with 1202 additions and 433 deletions
|
@ -413,7 +413,7 @@ namespace cryptonote
|
|||
return false;
|
||||
}
|
||||
res.blocktemplate_blob = string_tools::buff_to_hex_nodelimer(block_blob);
|
||||
|
||||
res.status = CORE_RPC_STATUS_OK;
|
||||
return true;
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
|
@ -441,7 +441,7 @@ namespace cryptonote
|
|||
error_resp.message = "Block not accepted";
|
||||
return false;
|
||||
}
|
||||
res.status = "OK";
|
||||
res.status = CORE_RPC_STATUS_OK;
|
||||
return true;
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue