From 289ad2f80e9ffd74c4eac500b6f1d12fded1f6bd Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Oct 2016 12:29:38 -0300 Subject: [PATCH] test --- src/komodo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index 84ab40abd..340e4783d 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -813,7 +813,7 @@ int32_t komodo_opreturn(uint8_t *opret,int32_t maxsize) { double KMDBTC,BTCUSD,CNYUSD; uint32_t pvals[128]; dpow_readprices(&data[len],×tamp,&KMDBTC,&BTCUSD,&CNYUSD,pvals); - if ( lastcrc != crc32 ) + if ( 0 && lastcrc != crc32 ) { for (i=0; i<32; i++) printf("%u ",pvals[i]); @@ -822,7 +822,7 @@ int32_t komodo_opreturn(uint8_t *opret,int32_t maxsize) if ( timestamp > time(NULL)-60 ) { n = komodo_opreturnscript(opret,'P',data+sizeof(crc32),(int32_t)(fsize-sizeof(crc32))); - if ( lastcrc != crc32 ) + if ( 0 && lastcrc != crc32 ) { for (i=0; i