Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
f9a31013fa
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -614,7 +614,7 @@ struct iguana_bundle *iguana_externalspent(struct iguana_info *coin,bits256 *pre
printf("%p iguana_txidfind.[%.0f] ave %.2f micros, total %.2f seconds | duration %.3f millis\n",spentbp->ramchain.txbits,coin->txidfind_num,(coin->txidfind_totalmillis*1000.)/coin->txidfind_num,coin->txidfind_totalmillis/1000.,duration);
coin->txidfind_totalmillis += duration;
coin->txidfind_num += 1.;
if ( 0 && coin->PREFETCHLAG > 0 )
if ( 1 && coin->PREFETCHLAG > 0 )
{
if ( spentbp->lastprefetch == 0 )
{

Loading…
Cancel
Save