Remove pax prints

This commit is contained in:
jl777
2017-09-06 18:09:39 +02:00
parent 95d884b6af
commit 9e602ac220
2 changed files with 17 additions and 1 deletions

View File

@@ -704,7 +704,7 @@ void komodo_paxpricefeed(int32_t height,uint8_t *pricefeed,int32_t opretlen)
numpvals = dpow_readprices(height,pricefeed,&timestamp,&KMDBTC,&BTCUSD,&CNYUSD,pvals);
memset(&zero,0,sizeof(zero));
komodo_stateupdate(height,0,0,0,zero,0,0,pvals,numpvals,0,0,0,0,0,0);
if ( 1 )
if ( 0 )
{
int32_t i;
for (i=0; i<numpvals; i++)