Browse Source

test

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

2
iguana/iguana_unspents.c

@ -580,7 +580,7 @@ int32_t iguana_balancegen(struct iguana_info *coin,struct iguana_bundle *bp,int3
else continue;
if ( spentbp != 0 && unspentind > 0 && unspentind < spentbp->ramchain.H.data->numunspents )
{
if ( now > spentbp->lastprefetch || (spentbp->dirty % 50000) == 0 )
if ( 0 && (now > spentbp->lastprefetch || (spentbp->dirty % 50000) == 0) )
{
iguana_ramchain_prefetch(coin,&spentbp->ramchain);
spentbp->lastprefetch = now;

Loading…
Cancel
Save