This commit is contained in:
jl777
2017-03-26 21:52:55 +03:00
parent e86de02591
commit 38fb23568e

View File

@@ -281,6 +281,8 @@ int32_t komodo_paxcmp(char *symbol,int32_t kmdheight,uint64_t value,uint64_t che
}
else if ( checkvalue != 0 )
{
if ( checkvalue != value )
fprintf(stderr,"(%.8f != %.8f) ",(double)value/COIN,(double)checkvalue/COIN);
ratio = ((value << 10) / checkvalue);
if ( ratio >= 1023 && ratio <= 1025 )
return(0);