Browse Source

test

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

2
iguana/iguana_bundles.c

@ -385,7 +385,7 @@ int64_t iguana_bundlecalcs(struct iguana_info *coin,struct iguana_bundle *bp,int
printf("iguana_bundlecalcs.(%s) illegal hdrsi.%d bundlei.%d checki.%d\n",fname,hdrsi,bundlei,checki); printf("iguana_bundlecalcs.(%s) illegal hdrsi.%d bundlei.%d checki.%d\n",fname,hdrsi,bundlei,checki);
continue; continue;
} }
if ( 1 && bp->checkedtmp < bp->n && (fp= fopen(fname,"rb")) != 0 ) if ( 0 && bp->checkedtmp < bp->n && (fp= fopen(fname,"rb")) != 0 )
{ {
fseek(fp,0,SEEK_END); fseek(fp,0,SEEK_END);
if ( block->RO.recvlen == 0 ) if ( block->RO.recvlen == 0 )

Loading…
Cancel
Save