From b8b6141022272178f61f0c28a8a61f3a8225e9a0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 8 Apr 2016 01:57:50 -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 5fe28726e..6b933cedb 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -641,7 +641,7 @@ int32_t iguana_bundlehdr(struct iguana_info *coin,struct iguana_bundle *bp,int32 bp->hdrtime = (uint32_t)time(NULL); queue_enqueue("hdrsQ",&coin->hdrsQ,queueitem(bits256_str(str,bp->hashes[0])),1); } - if ( coin->enableCACHE != 0 && (bp == coin->current || bp->hdrsi == coin->bundlescount-1) && bits256_nonz(bp->nextbundlehash2) == 0 ) + if ( coin->isRT == 0 && coin->enableCACHE != 0 && (bp == coin->current || bp->hdrsi == coin->bundlescount-1) && bits256_nonz(bp->nextbundlehash2) == 0 ) { iguana_bundleissuemissing(coin,bp,3,1.); /*if ( bp == coin->current )