From 0765bc71cf35db1b160f3590e0e307eda5a52e85 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 17:33:45 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- src/komodo_pax.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 90b82892b..cb7db1311 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -78,7 +78,7 @@ void komodo_gateway_voutupdate(char *symbol,int32_t isspecial,int32_t height,int { typestr = "pricefeed"; komodo_paxpricefeed(height,&script[offset],opretlen); - printf("height.%d pricefeed len.%d\n",height,opretlen); + //printf("height.%d pricefeed len.%d\n",height,opretlen); } else { diff --git a/src/komodo_pax.h b/src/komodo_pax.h index b96a54be7..75ccf2b36 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -324,7 +324,7 @@ void komodo_paxpricefeed(int32_t height,uint8_t *pricefeed,int32_t opretlen) numpvals = dpow_readprices(pricefeed,×tamp,&KMDBTC,&BTCUSD,&CNYUSD,pvals); memset(&zero,0,sizeof(zero)); komodo_stateupdate(height,0,0,0,zero,0,0,pvals,numpvals,0,0,0,0); - printf("komodo_paxpricefeed vout OP_RETURN.%d prices numpvals.%d opretlen.%d\n",height,numpvals,opretlen); + //printf("komodo_paxpricefeed vout OP_RETURN.%d prices numpvals.%d opretlen.%d\n",height,numpvals,opretlen); } uint64_t PAX_fiatdest(int32_t tokomodo,char *destaddr,uint8_t pubkey33[33],char *coinaddr,int32_t height,char *origbase,int64_t fiatoshis)