From 63ca93feaf67805c33bc82b290b4f97a71ded431 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 9 Sep 2016 11:29:49 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 39fe71ef5..93c0ffa94 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -1060,7 +1060,7 @@ int32_t iguana_bundlefinalize(struct supernet_info *myinfo,struct iguana_info *c //if ( strcmp("BTC",coin->symbol) != 0 ) coin->RTheight = coin->firstRTheight = 0; //coin->spendvectorsaved = 0; - for (i=bp->hdrsi; ibundlescount; i++) + for (i=0; ibundlescount; i++) if ( (tmpbp= coin->bundles[i]) != 0 ) tmpbp->converted = tmpbp->balancefinish = tmpbp->validated = 0; #ifdef __PNACL__