mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
Merge pull request #6259
69336931
rpc: fill miner_tx_hash again (moneromooo-monero)
This commit is contained in:
commit
f3fddd935f
@ -2216,6 +2216,7 @@ namespace cryptonote
|
|||||||
error_resp.message = "Internal error: can't produce valid response.";
|
error_resp.message = "Internal error: can't produce valid response.";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
res.miner_tx_hash = res.block_header.miner_tx_hash;
|
||||||
for (size_t n = 0; n < blk.tx_hashes.size(); ++n)
|
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]));
|
res.tx_hashes.push_back(epee::string_tools::pod_to_hex(blk.tx_hashes[n]));
|
||||||
|
Loading…
Reference in New Issue
Block a user