This commit is contained in:
jl777
2017-03-17 16:43:16 +02:00
parent d6cc943d62
commit 5e9f4470d1

View File

@@ -268,7 +268,7 @@ int32_t komodo_paxcmp(char *symbol,int32_t kmdheight,uint64_t value,uint64_t che
if ( seed == 0 && checkvalue != 0 )
{
ratio = ((value << 6) / checkvalue);
if ( ratio >= 63 && ratio <= 65 )
if ( ratio >= 62 && ratio <= 66 )
return(0);
else
{