mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #5588
cd720c7
add cumulative difficulty to diff command (wowario)
This commit is contained in:
commit
96cda93a93
@ -338,6 +338,7 @@ bool t_rpc_command_executor::show_difficulty() {
|
||||
tools::success_msg_writer() << "BH: " << res.height
|
||||
<< ", TH: " << res.top_block_hash
|
||||
<< ", DIFF: " << res.difficulty
|
||||
<< ", CUM_DIFF: " << res.cumulative_difficulty
|
||||
<< ", HR: " << res.difficulty / res.target << " H/s";
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user