From d98a0c74d965a10a1f4deb47b7f8641190f320a2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 17 Mar 2016 19:24:35 -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 83ec25ec5..8dceb3027 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -521,7 +521,7 @@ int64_t iguana_bundlecalcs(struct iguana_info *coin,struct iguana_bundle *bp) bp->minrequests = block->numrequests; if ( bits256_nonz(block->RO.prev_block) > 0 ) { - if ( block->fpos >= 0 ) + if ( block->fpos >= 0 && block->fpipbits != 0 ) bp->numsaved++; if ( block->RO.recvlen != 0 ) {