mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #4502
9a856697
rpc: fixed typo in JSON command error response message (AnythingTechPro)
This commit is contained in:
commit
1afc1d0d26
@ -1090,7 +1090,7 @@ namespace cryptonote
|
||||
{
|
||||
error_resp.code = CORE_RPC_ERROR_CODE_INTERNAL_ERROR;
|
||||
error_resp.message = "Internal error: failed to create block template";
|
||||
LOG_ERROR("Failed to tx pub key in coinbase extra");
|
||||
LOG_ERROR("Failed to get tx pub key in coinbase extra");
|
||||
return false;
|
||||
}
|
||||
res.reserved_offset = slow_memmem((void*)block_blob.data(), block_blob.size(), &tx_pub_key, sizeof(tx_pub_key));
|
||||
|
Loading…
Reference in New Issue
Block a user