Browse Source

test

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

2
iguana/iguana_unspents.c

@ -2334,7 +2334,7 @@ void iguana_RTspendvectors(struct iguana_info *coin,struct iguana_bundle *bp)
for (hdrsi=num=0; hdrsi<bp->hdrsi; hdrsi++) for (hdrsi=num=0; hdrsi<bp->hdrsi; hdrsi++)
{ {
#ifdef __APPLE__ #ifdef __APPLE__
iguana_ramchain_prefetch(coin,&coin->bundles[hdrsi]->ramchain,2); //iguana_ramchain_prefetch(coin,&coin->bundles[hdrsi]->ramchain,2);
#endif #endif
num += iguana_convert(coin,IGUANA_NUMHELPERS,coin->bundles[hdrsi],1,orignumemit); num += iguana_convert(coin,IGUANA_NUMHELPERS,coin->bundles[hdrsi],1,orignumemit);
} }

Loading…
Cancel
Save