From 1758d3df4690c1ae134c8da26cf34dd73d57c980 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 15 Apr 2018 23:55:51 +0300 Subject: [PATCH] KOMODO_NEWBLOCKS --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 18800d4b2..5e4b501d3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2801,7 +2801,7 @@ void static UpdateTip(CBlockIndex *pindexNew) { // New best block nTimeBestReceived = GetTime(); mempool.AddTransactionsUpdated(1); - + KOMODO_NEWBLOCKS++; LogPrintf("%s: new best=%s height=%d log2_work=%.8g tx=%lu date=%s progress=%f cache=%.1fMiB(%utx)\n", __func__, chainActive.Tip()->GetBlockHash().ToString(), chainActive.Height(), log(chainActive.Tip()->nChainWork.getdouble())/log(2.0), (unsigned long)chainActive.Tip()->nChainTx, DateTimeStrFormat("%Y-%m-%d %H:%M:%S", chainActive.Tip()->GetBlockTime()),