mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-08 19:01:43 +00:00
Print cdifficulty and don't serialize miner tx hash twice
This commit is contained in:
parent
b60cf6a938
commit
fd4846134d
2 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,7 @@ namespace {
|
|||
<< "depth: " << boost::lexical_cast<std::string>(header.depth) << std::endl
|
||||
<< "hash: " << header.hash << std::endl
|
||||
<< "difficulty: " << header.wide_difficulty << std::endl
|
||||
<< "cumulative difficulty: " << header.wide_cumulative_difficulty << std::endl
|
||||
<< "POW hash: " << header.pow_hash << std::endl
|
||||
<< "block size: " << header.block_size << std::endl
|
||||
<< "block weight: " << header.block_weight << std::endl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue