forked from lthn/blockchain
fixed connectivity tool
This commit is contained in:
parent
534d649466
commit
1cf1425fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ bool handle_get_daemon_info(po::variables_map& vm)
|
|||
<< "pow_sequence_factor: " << res.pow_sequence_factor << ENDL
|
||||
<< "last_pos_timestamp: " << res.last_pos_timestamp << ENDL
|
||||
<< "last_pow_timestamp: " << res.last_pow_timestamp << ENDL
|
||||
<< "total_coins: " << res.total_coins / COIN << ENDL
|
||||
<< "total_coins: " << res.total_coins << ENDL
|
||||
<< "pos_difficulty_in_coins: " << currency::wide_difficulty_type(res.pos_difficulty) / COIN << ENDL
|
||||
<< "block_reward: " << res.block_reward << ENDL
|
||||
<< "last_block_total_reward: " << res.last_block_total_reward << ENDL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue