Browse Source

test

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

2
iguana/iguana_bundles.c

@ -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;
} }

Loading…
Cancel
Save