test
This commit is contained in:
@@ -178,10 +178,10 @@ int32_t komodo_longestchain()
|
||||
ht = 0;
|
||||
if ( stats.nStartingHeight > ht )
|
||||
ht = stats.nStartingHeight;
|
||||
if ( stats.nSyncHeight > ht )
|
||||
ht = stats.nSyncHeight;
|
||||
if ( stats.nCommonHeight > ht )
|
||||
ht = stats.nCommonHeight;
|
||||
if ( statestats.nSyncHeight > ht )
|
||||
ht = statestats.nSyncHeight;
|
||||
if ( statestats.nCommonHeight > ht )
|
||||
ht = statestats.nCommonHeight;
|
||||
if ( maxheight == 0 || ht > maxheight*1.01 )
|
||||
maxheight = ht, num = 1;
|
||||
else if ( ht > maxheight*0.99 )
|
||||
|
||||
Reference in New Issue
Block a user