jl777 8 years ago
parent
commit
28045b5e02
  1. 4
      iguana/iguana_bundles.c

4
iguana/iguana_bundles.c

@ -206,7 +206,9 @@ int32_t iguana_bundlehash2add(struct iguana_info *coin,struct iguana_block **blo
*blockp = 0;
if ( bp == 0 || bits256_nonz(hash2) == 0 )
{
printf("iguana_bundlehash2add null hash2\n");
static uint32_t counter;
if ( counter++ < 100 )
printf("iguana_bundlehash2add null hash2 bp.%p\n",bp);
return(-1111);
}
if ( bits256_nonz(hash2) != 0 && (block= iguana_blockhashset("bundlehash2add",coin,-1,hash2,1)) != 0 )

Loading…
Cancel
Save