From 28ae3d28a652ca22c82894d8bb8d7c5142469ce6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 29 Mar 2016 04:33:25 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index e046db7df..f1d600899 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -697,6 +697,10 @@ int32_t iguana_bundlehdr(struct iguana_info *coin,struct iguana_bundle *bp,int32 printf("speculativeB.[%d:%d]\n",bp->hdrsi,i); iguana_blockQ("speculativeB",coin,bp,i,block->RO.hash2,1); } + else if ( bits256_nonz(bp->hashes[i]) != 0 && now > bp->issued[i]+60 ) + { + iguana_blockQ("speculativeC",coin,bp,i,bp->hashes[i],0); + } } } return(counter);