jl777 7 years ago
parent
commit
a7d39411e8
  1. 4
      iguana/exchanges/LP_utxo.c

4
iguana/exchanges/LP_utxo.c

@ -124,7 +124,9 @@ void LP_address_utxoadd(struct iguana_info *coin,char *coinaddr,bits256 txid,int
up->U.value = value; up->U.value = value;
up->spendheight = spendheight; up->spendheight = spendheight;
DL_APPEND(ap->utxos,up); DL_APPEND(ap->utxos,up);
char str[65]; printf(">>>>>>>>>> %s %s/v%d ht.%d %.8f\n",coin->symbol,bits256_str(str,txid),vout,height,dstr(value)); char str[65];
if ( height > 0 )
printf(">>>>>>>>>> %s %s/v%d ht.%d %.8f\n",coin->symbol,bits256_str(str,txid),vout,height,dstr(value));
} }
} }
portable_mutex_unlock(&coin->txmutex); portable_mutex_unlock(&coin->txmutex);

Loading…
Cancel
Save