From b1d43dfa9a6742aeb933b0c7628b749a44dd5bf1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 6 Apr 2016 13:57:47 -0500 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 627a6912c..127eb9273 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -680,7 +680,7 @@ int32_t iguana_bundlehdr(struct iguana_info *coin,struct iguana_bundle *bp,int32 { char str[64]; bp->hdrtime = (uint32_t)time(NULL); - if ( bp == coin->current && bp->speculative != 0 ) + if ( bp == coin->current )//&& bp->speculative != 0 ) { //printf("iguana_bundlehdr.[%d] %d %s\n",bp->hdrsi,bp->numspec,bits256_str(str,bp->hashes[0])); if ( iguana_blocksmissing(coin,&avail,missings,0,mult,bp,bp->n) > 0 )