From ad77d710d9365a77c8e21c9147feb8df2be778c8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 29 Mar 2016 04:55:58 -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 0246ad111..e7aaf9bb8 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -606,7 +606,7 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int } } } - else if ( bits256_nonz(bp->hashes[i]) != 0 && now > bp->issued[i]+lag ) + else if ( block != 0 && block->fpipbits != 0 && bits256_nonz(bp->hashes[i]) != 0 && now > bp->issued[i]+lag ) { if ( bp == coin->current ) printf("[%d:%d].%x ",bp->hdrsi,i,block->fpipbits);