From 548befdc629e7c9e9f50d039d0711a795855067c Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 26 Mar 2017 21:55:20 +0300 Subject: [PATCH] Test --- src/komodo_gateway.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index ce5586f86..17828c41e 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -281,8 +281,6 @@ 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);