Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
599847cc91
  1. 3
      iguana/iguana_ramchain.c

3
iguana/iguana_ramchain.c

@ -2243,7 +2243,8 @@ int32_t iguana_bundlesaveHT(struct iguana_info *coin,struct OS_memspace *mem,str
printf("iguana_bundlesaveHT: no bundlefiles error\n");
return(-1);
}
scriptspace = sigspace = pubkeyspace = 0;
scriptspace = 1;
sigspace = pubkeyspace = 0;
for (bundlei=numtxids=numunspents=numspends=scriptspace=0; bundlei<bp->n; bundlei++)
{
if ( (block= bp->blocks[bundlei]) != 0 )

Loading…
Cancel
Save