mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-12 22:23:28 +01:00
Merge pull request #1180
79bb5a6
Fix build after spelling corrections in core_rpc_server (Jacob Brydolf)
This commit is contained in:
commit
80c5de9fa0
@ -961,8 +961,8 @@ namespace cryptonote
|
|||||||
error_resp.message = "Internal error: coinbase transaction in the block has the wrong height";
|
error_resp.message = "Internal error: coinbase transaction in the block has the wrong height";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
res.headers.push_back(block_header_responce());
|
res.headers.push_back(block_header_response());
|
||||||
bool responce_filled = fill_block_header_responce(blk, false, block_height, block_hash, res.headers.back());
|
bool responce_filled = fill_block_header_response(blk, false, block_height, block_hash, res.headers.back());
|
||||||
if (!responce_filled)
|
if (!responce_filled)
|
||||||
{
|
{
|
||||||
error_resp.code = CORE_RPC_ERROR_CODE_INTERNAL_ERROR;
|
error_resp.code = CORE_RPC_ERROR_CODE_INTERNAL_ERROR;
|
||||||
|
Loading…
Reference in New Issue
Block a user