jl777 7 years ago
parent
commit
9ccadc4f0c
  1. 2
      iguana/exchanges/LP_prices.c
  2. 2
      iguana/exchanges/LP_utxo.c

2
iguana/exchanges/LP_prices.c

@ -249,7 +249,7 @@ void LP_prices_parse(cJSON *obj)
{
if ( (basepp= LP_priceinfoptr(&relid,base,rel)) != 0 )
{
char str[65]; printf("%s %s/%s (%d/%d) %.8f\n",bits256_str(str,pubkey),base,rel,basepp->ind,relid,askprice);
//char str[65]; printf("%s %s/%s (%d/%d) %.8f\n",bits256_str(str,pubkey),base,rel,basepp->ind,relid,askprice);
pubp->matrix[basepp->ind][relid] = askprice;
if ( (relpp= LP_priceinfofind(rel)) != 0 )
{

2
iguana/exchanges/LP_utxo.c

@ -163,7 +163,7 @@ int32_t LP_address_utxoadd(struct iguana_info *coin,char *coinaddr,bits256 txid,
portable_mutex_unlock(&coin->addrmutex);
retval = 1;
char str[65];
if ( height > 0 )
if ( 0 && height > 0 )
printf("ADDRESS_UTXO >>>>>>>>>> %s %s %s/v%d ht.%d %.8f\n",coin->symbol,coinaddr,bits256_str(str,txid),vout,height,dstr(value));
}
}

Loading…
Cancel
Save