jl777 8 years ago
parent
commit
006521e644
  1. 2
      iguana/iguana_recv.c

2
iguana/iguana_recv.c

@ -2206,7 +2206,7 @@ int32_t iguana_pollQsPT(struct iguana_info *coin,struct iguana_peer *addr)
} }
priority = 1; priority = 1;
pend = 0; pend = 0;
req = queue_dequeue(&coin->priorityQ); req = 0;//queue_dequeue(&coin->priorityQ);
if ( flag == 0 && req == 0 && addr->pendblocks < limit ) if ( flag == 0 && req == 0 && addr->pendblocks < limit )
{ {
priority = 0; priority = 0;

Loading…
Cancel
Save