From 9de605d185eedcbf074ab9f806af60ad6b52631f Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 15 Apr 2018 19:00:53 +0300 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 20ca78e7c..4da0dfadb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3528,7 +3528,7 @@ int32_t komodo_reverify_blockcheck(int32_t height,CBlockIndex *pindex) { if ( KOMODO_LONGESTCHAIN > height+100 || GetAdjustedTime() > tipindex->nTime+3600 ) { - fprintf(stderr,"tip.%d longest.%d newblock.%d lag.%d blocktime.%u\n",tipindex->nHeight,KOMODO_LONGESTCHAIN,height,(int32_t)(GetAdjustedTime() - tipindex->nTime),block->nTime); + fprintf(stderr,"tip.%d longest.%d newblock.%d lag.%d blocktime.%u\n",tipindex->nHeight,KOMODO_LONGESTCHAIN,height,(int32_t)(GetAdjustedTime() - tipindex->nTime),tipindex->nTime); KOMODO_REWIND = tipindex->nHeight - 11; } }