Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
0573eba210
  1. 1
      iguana/iguana_bundles.c

1
iguana/iguana_bundles.c

@ -551,6 +551,7 @@ int32_t iguana_bundleissuemissing(struct iguana_info *coin,struct iguana_bundle
} }
if ( firsti >= 0 ) //firsti == lasti && if ( firsti >= 0 ) //firsti == lasti &&
{ {
if( bp == coin->current )
printf("[%d] first missing.%d of %d\n",bp->hdrsi,firsti,nonz); printf("[%d] first missing.%d of %d\n",bp->hdrsi,firsti,nonz);
iguana_bundleblock(coin,&hash2,bp,firsti); iguana_bundleblock(coin,&hash2,bp,firsti);
if ( bits256_nonz(hash2) != 0 ) if ( bits256_nonz(hash2) != 0 )

Loading…
Cancel
Save