Browse Source

test

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

2
iguana/iguana_bundles.c

@ -606,7 +606,7 @@ int32_t iguana_bundleissue(struct iguana_info *coin,struct iguana_bundle *bp,int
} }
} }
} }
else if ( bits256_nonz(bp->hashes[i]) != 0 && now > bp->issued[i]+lag ) else if ( block != 0 && block->fpipbits != 0 && bits256_nonz(bp->hashes[i]) != 0 && now > bp->issued[i]+lag )
{ {
if ( bp == coin->current ) if ( bp == coin->current )
printf("[%d:%d].%x ",bp->hdrsi,i,block->fpipbits); printf("[%d:%d].%x ",bp->hdrsi,i,block->fpipbits);

Loading…
Cancel
Save