mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
add cumulative difficulty to diff command
This commit is contained in:
parent
5fbfa8a656
commit
cd720c7e0b
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ bool t_rpc_command_executor::show_difficulty() {
|
||||||
tools::success_msg_writer() << "BH: " << res.height
|
tools::success_msg_writer() << "BH: " << res.height
|
||||||
<< ", TH: " << res.top_block_hash
|
<< ", TH: " << res.top_block_hash
|
||||||
<< ", DIFF: " << res.difficulty
|
<< ", DIFF: " << res.difficulty
|
||||||
|
<< ", CUM_DIFF: " << res.cumulative_difficulty
|
||||||
<< ", HR: " << res.difficulty / res.target << " H/s";
|
<< ", HR: " << res.difficulty / res.target << " H/s";
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue