From 80ad52c778eccaea64c9587396085b9f6bfafd60 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 4 Apr 2016 14:41:29 -0500 Subject: [PATCH] test --- iguana/iguana_unspents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 4c33f69a1..4cf59da70 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -458,7 +458,7 @@ struct iguana_bundle *iguana_externalspent(struct iguana_info *coin,bits256 *pre coin->txidfind_num += 1.; if ( coin->PREFETCHLAG != 0 ) { - if ( spentbp->lastprefetch == 0 || now >= spentbp->lastprefetch+5*coin->PREFETCHLAG ) + if ( 0 && (spentbp->lastprefetch == 0 || now >= spentbp->lastprefetch+coin->PREFETCHLAG) ) { iguana_ramchain_prefetch(coin,&spentbp->ramchain,txonly); spentbp->lastprefetch = now;