Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
5c0077e43d
  1. 1
      iguana/iguana_unspents.c

1
iguana/iguana_unspents.c

@ -1115,7 +1115,6 @@ int32_t iguana_RTutxo(struct iguana_info *coin,struct iguana_bundle *bp,struct i
}
}
else continue; // coinbase always already spent
continue;
if ( spentbp != 0 && rdata != 0 && spent_unspentind != 0 && spent_unspentind < rdata->numunspents )
{
double startmillis = OS_milliseconds(); static double totalmillis; static int32_t num;

Loading…
Cancel
Save