Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
39eed3df3e
  1. 1
      iguana/iguana_unspents.c

1
iguana/iguana_unspents.c

@ -1113,6 +1113,7 @@ 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