Merge pull request #5588

cd720c7 add cumulative difficulty to diff command (wowario)
release-v0.7.1.0
luigi1111 5 years ago
commit 96cda93a93
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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…
Cancel
Save