Browse Source

Test

etomic
jl777 8 years ago
parent
commit
cbc3270d9e
  1. 2
      iguana/exchanges/LP_scan.c

2
iguana/exchanges/LP_scan.c

@ -33,7 +33,7 @@ struct LP_transaction *LP_transactionadd(struct iguana_info *coin,bits256 txid,i
if ( (tx= LP_transactionfind(coin,txid)) == 0 )
{
char str[65]; printf("%s ht.%d u.%u NEW TXID.(%s) vouts.[%d]\n",coin->symbol,height,timestamp,bits256_str(str,txid),numvouts);
if ( tx->height == 0 )
if ( bits256_nonz(txid) == 0 && tx->height == 0 )
getchar();
tx = calloc(1,sizeof(*tx) + (sizeof(*tx->outpoints) * numvouts));
for (i=0; i<numvouts; i++)

Loading…
Cancel
Save