Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
90d9c756a0
  1. 2
      iguana/iguana_bundles.c

2
iguana/iguana_bundles.c

@ -815,7 +815,7 @@ int64_t iguana_bundlecalcs(struct iguana_info *coin,struct iguana_bundle *bp)
numhashes++;
bp->checkedtmp++;
}
if ( ((block= bp->blocks[bundlei]) != 0 && block->fpipbits != 0) || bp->speculativecache[bundlei] != 0 )
if ( ((block= bp->blocks[bundlei]) != 0 && block->fpipbits != 0 && block->fpos >= 0 && block->RO.recvlen != 0 && bits256_nonz(block->RO.prev_block) != 0) || bp->speculativecache[bundlei] != 0 )
numcached++;
}
bp->datasize = datasize;

Loading…
Cancel
Save