This commit is contained in:
jl777
2016-10-26 17:33:45 -03:00
parent 8c0fd042e9
commit 0765bc71cf
2 changed files with 2 additions and 2 deletions

View File

@@ -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
{

View File

@@ -324,7 +324,7 @@ void komodo_paxpricefeed(int32_t height,uint8_t *pricefeed,int32_t opretlen)
numpvals = dpow_readprices(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);
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)