Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
d43a25feb3
  1. 4
      iguana/iguana_bundles.c

4
iguana/iguana_bundles.c

@ -729,7 +729,7 @@ int32_t iguana_bundleready(struct iguana_info *coin,struct iguana_bundle *bp,int
}
else
{
#ifndef __PNACL__
//#ifndef __PNACL__
int32_t checki,hdrsi; FILE *fp;
fname[0] = 0;
checki = iguana_peerfname(coin,&hdrsi,GLOBAL_TMPDIR,fname,0,block->RO.hash2,zero,1,0);
@ -744,7 +744,7 @@ int32_t iguana_bundleready(struct iguana_info *coin,struct iguana_bundle *bp,int
fclose(fp);
}
else
#endif
//#endif
{
iguana_blockunmark(coin,block,bp,i,1);
if ( requiredflag != 0 )

Loading…
Cancel
Save