mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-18 20:38:34 +00:00
Merge pull request #4029
bd9e4e3 daemon: show a bit more info with print_block (stoffu)
This commit is contained in:
commit
138aefd0e7
@ -75,7 +75,9 @@ namespace {
|
|||||||
<< "hash: " << header.hash << std::endl
|
<< "hash: " << header.hash << std::endl
|
||||||
<< "difficulty: " << boost::lexical_cast<std::string>(header.difficulty) << std::endl
|
<< "difficulty: " << boost::lexical_cast<std::string>(header.difficulty) << std::endl
|
||||||
<< "POW hash: " << header.pow_hash << std::endl
|
<< "POW hash: " << header.pow_hash << std::endl
|
||||||
<< "reward: " << boost::lexical_cast<std::string>(header.reward);
|
<< "block size: " << header.block_size << std::endl
|
||||||
|
<< "num txes: " << header.num_txes << std::endl
|
||||||
|
<< "reward: " << cryptonote::print_money(header.reward);
|
||||||
}
|
}
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user