aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-10-22 10:07:17 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-10-22 10:07:17 -0500
commitc81884f0885904dfdc22c758e0abc12cc3f3bdcc (patch)
treed613a2d64e5fbb613b4d8b7c81760ed68291b8b5 /src/daemon
parent6f202844b5550b28674b27998cd2edc23c9735fe (diff)
parentfd4846134d8f1be690162438635dbf558e177dc2 (diff)
downloadmonzero-core-c81884f0885904dfdc22c758e0abc12cc3f3bdcc.tar.gz
monzero-core-c81884f0885904dfdc22c758e0abc12cc3f3bdcc.tar.xz
monzero-core-c81884f0885904dfdc22c758e0abc12cc3f3bdcc.zip
Merge pull request #5964
fd48461 Print cdifficulty and don't serialize miner tx hash twice (Doy-lee)
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/rpc_command_executor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp
index 014865730..75c54d048 100644
--- a/src/daemon/rpc_command_executor.cpp
+++ b/src/daemon/rpc_command_executor.cpp
@@ -92,6 +92,7 @@ namespace {
<< "depth: " << boost::lexical_cast<std::string>(header.depth) << std::endl
<< "hash: " << header.hash << std::endl
<< "difficulty: " << header.wide_difficulty << std::endl
+ << "cumulative difficulty: " << header.wide_cumulative_difficulty << std::endl
<< "POW hash: " << header.pow_hash << std::endl
<< "block size: " << header.block_size << std::endl
<< "block weight: " << header.block_weight << std::endl