mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-26 09:24:47 +00:00
daemon: add miner tx hash in print_block output
This commit is contained in:
parent
441ed9f2fe
commit
641c9cf19d
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ namespace {
|
||||||
<< "block weight: " << header.block_weight << std::endl
|
<< "block weight: " << header.block_weight << std::endl
|
||||||
<< "long term weight: " << header.long_term_weight << std::endl
|
<< "long term weight: " << header.long_term_weight << std::endl
|
||||||
<< "num txes: " << header.num_txes << std::endl
|
<< "num txes: " << header.num_txes << std::endl
|
||||||
<< "reward: " << cryptonote::print_money(header.reward);
|
<< "reward: " << cryptonote::print_money(header.reward) << std::endl
|
||||||
|
<< "miner tx hash: " << header.miner_tx_hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string get_human_time_ago(time_t t, time_t now)
|
std::string get_human_time_ago(time_t t, time_t now)
|
||||||
|
|
Loading…
Reference in a new issue