Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
a864108c52
  1. 2
      iguana/iguana_recv.c

2
iguana/iguana_recv.c

@ -676,7 +676,7 @@ int32_t iguana_pollQsPT(struct iguana_info *coin,struct iguana_peer *addr)
//if ( addr->pendblocks >= limit )
// printf("%s %d overlimit.%d\n",addr->ipaddr,addr->pendblocks,limit);
req = queue_dequeue(&coin->priorityQ,0);
if ( 1 && coin->bundlescount > 0 && req == 0 )//addr->pendblocks < limit )//&& now > addr->lastpoll )
if ( 0 && coin->bundlescount > 0 && req == 0 )//addr->pendblocks < limit )//&& now > addr->lastpoll )
{
if ( 0 )//strcmp("BTC",coin->symbol) != 0 )
{

Loading…
Cancel
Save