Skip to content

Commit

Permalink
Patch version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f04ever committed Apr 20, 2022
1 parent 773e74e commit 624d83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noso-2m.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define NOSO_2M_VERSION_MAJOR 0
#define NOSO_2M_VERSION_MINOR 2
#define NOSO_2M_VERSION_PATCH 1
#define NOSO_2M_VERSION_PATCH 2

#define DEFAULT_POOL_URL_LIST "f04ever;devnoso"
#define DEFAULT_MINER_ADDRESS "NT3ZeUPHA6AJH7Cc7LLdsTNDZgRnBL"
Expand Down Expand Up @@ -946,7 +946,7 @@ std::time_t CCommThread::GetMainnetTimestamp( std::size_t min_nodes_count ) {
}

void CCommThread::_PrintBlockSummary( std::uint32_t blck_no, const std::chrono::duration<double>& elapsed_blck ) {
std::uint32_t computed_hashes_count { 0 };
std::uint64_t computed_hashes_count { 0 };
double block_mining_duration { 0. };
for_each( g_mine_objects.begin(), g_mine_objects.end(), [&](const auto &object){
auto summary = object->GetBlockSummary();
Expand Down

0 comments on commit 624d83e

Please sign in to comment.