]> Git Repo - VerusCoin.git/commitdiff
Print
authorjl777 <[email protected]>
Sun, 8 Apr 2018 16:22:47 +0000 (19:22 +0300)
committerjl777 <[email protected]>
Sun, 8 Apr 2018 16:22:47 +0000 (19:22 +0300)
src/komodo.h

index 2d510acae2b3344c0994a72c7839d6ffafa007a9..efded0840a9e18da5f26bf31755f464d93a60dec 100644 (file)
@@ -577,7 +577,7 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr
             CBlockIndex *pindex;
             if ( (pindex= mapBlockIndex[srchash]) == 0 || pindex->nHeight != *notarizedheightp )
             {
-                fprintf(stderr,"FORK detected. notarized.%d %s no in this chain! REWIND to %d\n",*notarizedheightp,srchash.ToString().c_str(),sp->NOTARIZED_HEIGHT);
+                fprintf(stderr,"FORK detected. notarized.%d %s not in this chain! REWIND to %d\n",*notarizedheightp,srchash.ToString().c_str(),sp->NOTARIZED_HEIGHT);
                 if ( sp->NOTARIZED_HEIGHT > 0 && sp->NOTARIZED_HEIGHT < *notarized_heightp )
                     KOMODO_REWIND = sp->NOTARIZED_HEIGHT - 1;
                 else if ( *notarized_heightp > 101 )
This page took 0.022614 seconds and 4 git commands to generate.