Skip to content

Commit

Permalink
add num txes and reward info to daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonf committed Nov 29, 2018
1 parent 7c49558 commit f0f35b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/daemon/rpc_command_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ namespace {
<< "hash: " << header.hash << std::endl
<< "difficulty: " << boost::lexical_cast<std::string>(header.difficulty) << std::endl
<< "reward: " << boost::lexical_cast<std::string>(header.reward);
<< "block size: " << header.block_size << std::endl
<< "num txes: " << header.num_txes << std::endl
}

std::string get_human_time_ago(time_t t, time_t now)
Expand Down

0 comments on commit f0f35b5

Please sign in to comment.