forked from lthn/blockchain
Fixed misprint(thanks to @matthew for pointing)
This commit is contained in:
parent
08461683d9
commit
5c02e2aeb8
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ bool blockchain_storage::init(const std::string& config_folder, const boost::pro
|
|||
<< "last block: " << m_db_blocks.size() - 1 << ", " << misc_utils::get_time_interval_string(timestamp_diff) << " time ago" << ENDL
|
||||
<< "current pos difficulty: " << get_next_diff_conditional(true) << ENDL
|
||||
<< "current pow difficulty: " << get_next_diff_conditional(false) << ENDL
|
||||
<< "total tansactions: " << m_db_transactions.size(),
|
||||
<< "total transactions: " << m_db_transactions.size(),
|
||||
LOG_LEVEL_0);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue