Fix build after spelling corrections in core_rpc_server

This commit is contained in:
Jacob Brydolf 2016-10-04 13:55:55 +02:00
parent ae987907c6
commit 79bb5a670a
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5
1 changed files with 2 additions and 2 deletions

View File

@ -961,8 +961,8 @@ namespace cryptonote
error_resp.message = "Internal error: coinbase transaction in the block has the wrong height";
return false;
}
res.headers.push_back(block_header_responce());
bool responce_filled = fill_block_header_responce(blk, false, block_height, block_hash, res.headers.back());
res.headers.push_back(block_header_response());
bool responce_filled = fill_block_header_response(blk, false, block_height, block_hash, res.headers.back());
if (!responce_filled)
{
error_resp.code = CORE_RPC_ERROR_CODE_INTERNAL_ERROR;