Browse Source

test

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

2
iguana/iguana_bundles.c

@ -1105,7 +1105,7 @@ void iguana_bundlestats(struct iguana_info *coin,char *str)
hash2 = bp->speculative[j];
if ( bits256_nonz(hash2) == 0 )
continue;
if ( (rand() % 100) == 0 || now > bp->issued[j]+30 )//|| bp->numcached >= bp->n-2 )
if ( now > bp->issued[j]+30 )//|| bp->numcached >= bp->n-2 )
{
fprintf(stderr,"-[%d:%d] ",bp->hdrsi,j);
struct iguana_peer *addr; int32_t r;

Loading…
Cancel
Save