|
@ -459,9 +459,9 @@ int32_t iguana_blocksmissing(struct iguana_info *coin,int32_t *nonzp,uint8_t mis |
|
|
} |
|
|
} |
|
|
if ( bits256_nonz(hash2) != 0 && now > bp->issued[i]+lag ) |
|
|
if ( bits256_nonz(hash2) != 0 && now > bp->issued[i]+lag ) |
|
|
{ |
|
|
{ |
|
|
|
|
|
iguana_blockQ("missing",coin,bp,i,hash2,0); |
|
|
if ( nonz < capacity ) |
|
|
if ( nonz < capacity ) |
|
|
{ |
|
|
{ |
|
|
//iguana_blockQ("missing",coin,bp,i,hash2,now > bp->issued[i]+lag);
|
|
|
|
|
|
if ( hashes != 0 ) |
|
|
if ( hashes != 0 ) |
|
|
hashes[nonz] = hash2; |
|
|
hashes[nonz] = hash2; |
|
|
} |
|
|
} |
|
|