mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 22:50:54 -08:00
previous hash added to GBT
This commit is contained in:
@@ -475,6 +475,7 @@ namespace cryptonote
|
||||
LOG_ERROR("Failed to calculate offset for ");
|
||||
return false;
|
||||
}
|
||||
res.prev_hash = string_tools::pod_to_hex(b.prev_id);
|
||||
res.blocktemplate_blob = string_tools::buff_to_hex_nodelimer(block_blob);
|
||||
res.status = CORE_RPC_STATUS_OK;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user