From f712270b0eafb2f11a4928e91ded58d84ba5a75d Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 3 Jul 2017 12:33:11 +0300 Subject: [PATCH] Test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 7bf50a29f..3503dec7b 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -270,7 +270,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 >= 62 && ratio <= 66 ) + if ( ratio >= 60 && ratio <= 67 ) return(0); else {