Browse Source

test

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

2
iguana/iguana_bundles.c

@ -503,7 +503,7 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int
{
if ( peercounts[i] > threshold && (addr= coin->peers.ranked[i]) != 0 && now > bp->currenttime+lag && addr->dead == 0 )
{
if ( numpeers > 64 || addr->laggard++ > 13 )
if ( (numpeers > 64 || addr->laggard++ > 13) && coin->current == bp )
addr->dead = (uint32_t)time(NULL);
for (j=0; j<bp->n; j++)
{

Loading…
Cancel
Save