1
0
Fork 0
forked from lthn/blockchain

fixed connectivity tool

This commit is contained in:
crypro.zoidberg 2019-04-10 22:44:57 +02:00
parent 534d649466
commit 1cf1425fb0

View file

@ -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