diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index cfc80e2e6..96ae77165 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -443,7 +443,8 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int for (i=j; in; i+=numpeers) if ( (block= bp->blocks[i]) != 0 && (oldest == 0 || block->issued < oldest->issued) ) { - oldest = block; + if ( now > block->issued+10 ) + oldest = block; } } }