|
@ -666,7 +666,7 @@ int32_t iguana_blockQ(struct iguana_info *coin,struct iguana_bundle *bp,int32_t |
|
|
req->height = height; |
|
|
req->height = height; |
|
|
req->bundlei = bundlei; |
|
|
req->bundlei = bundlei; |
|
|
char str2[65]; |
|
|
char str2[65]; |
|
|
//if ( 0 && (bundlei % 250) == 0 )
|
|
|
if ( 0 && (bundlei % 250) == 0 ) |
|
|
printf("%s %d %s %d numranked.%d qsize.%d\n",str,req->height,bits256_str(str2,hash2),coin->blocks.recvblocks,coin->peers.numranked,queue_size(Q)); |
|
|
printf("%s %d %s %d numranked.%d qsize.%d\n",str,req->height,bits256_str(str2,hash2),coin->blocks.recvblocks,coin->peers.numranked,queue_size(Q)); |
|
|
queue_enqueue(str,Q,&req->DL,0); |
|
|
queue_enqueue(str,Q,&req->DL,0); |
|
|
return(1); |
|
|
return(1); |
|
|