mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5964
fd48461
Print cdifficulty and don't serialize miner tx hash twice (Doy-lee)
This commit is contained in:
commit
c81884f088
2 changed files with 1 additions and 1 deletions
|
@ -1951,7 +1951,6 @@ namespace cryptonote
|
|||
error_resp.message = "Internal error: can't produce valid response.";
|
||||
return false;
|
||||
}
|
||||
res.miner_tx_hash = epee::string_tools::pod_to_hex(cryptonote::get_transaction_hash(blk.miner_tx));
|
||||
for (size_t n = 0; n < blk.tx_hashes.size(); ++n)
|
||||
{
|
||||
res.tx_hashes.push_back(epee::string_tools::pod_to_hex(blk.tx_hashes[n]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue