From e69119809dd9b779e63ce860aac4282a8781811b Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 23 Mar 2016 20:36:19 -0300 Subject: [PATCH] test --- iguana/iguana_unspents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index f746a117f..ca632672a 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -314,7 +314,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,struct iguana_bundle *bp) { printf("u current.%d prefetch.[%d] lag.%u\n",spentbp == bp,spentbp->hdrsi,now - spentbp->lastprefetch); iguana_ramchain_prefetch(coin,&spentbp->ramchain); - bp->lastprefetch = now; + spentbp->lastprefetch = now; } spentbp->dirty++; if ( (ptr[emit].ind= unspentind) != 0 && spentbp->hdrsi < bp->hdrsi ) @@ -470,7 +470,7 @@ int32_t iguana_balancegen(struct iguana_info *coin,struct iguana_bundle *bp,int3 { printf("current.%d prefetch.[%d] lag.%u\n",spentbp == bp,spentbp->hdrsi,now - spentbp->lastprefetch); iguana_ramchain_prefetch(coin,&spentbp->ramchain); - bp->lastprefetch = now; + spentbp->lastprefetch = now; } spentbp->dirty++; if ( incremental == 0 )