insync flag

This commit is contained in:
jl777
2018-07-25 00:00:29 -11:00
parent 0c6665ad63
commit 99ba67a0d1
4 changed files with 15 additions and 12 deletions

View File

@@ -197,6 +197,7 @@ int32_t komodo_longestchain()
if ( num > (n >> 1) )
{
KOMODO_LONGESTCHAIN = height;
fprintf(stderr,"set KOMODO_LONGESTCHAIN <- %d\n",height);
return(height);
}
KOMODO_LONGESTCHAIN = 0;