1
0
Fork 0
forked from lthn/blockchain

print results

This commit is contained in:
cryptozoidberg 2019-08-08 17:33:15 +02:00
parent dca5aae9cb
commit b883aa39f7
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -2702,7 +2702,7 @@ void blockchain_storage::print_last_n_difficulty_numbers(uint64_t n) const
{
ss << bl_ptr->cumulative_diff_precise << ENDL;
}
LOG_PRINT_L0("LAST BLOCKS:" << ss.str());
}
//------------------------------------------------------------------
void blockchain_storage::print_blockchain_outs_stat() const