Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
688894d2fd
  1. 2
      iguana/iguana777.c
  2. 2
      iguana/iguana_ramchain.c

2
iguana/iguana777.c

@ -420,7 +420,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
if ( strcmp("BTC",coin->symbol) == 0 && coin->PREFETCHLAG > 0 )
incr = 1;
max = coin->bundlescount;
//if ( coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )
if ( coin->bundles[max-1] != 0 && coin->bundles[max-1]->emitfinish <= 1 )
max--;
if ( helperid < incr )
{

2
iguana/iguana_ramchain.c

@ -889,7 +889,7 @@ long iguana_ramchain_setsize(char *fname,struct iguana_ramchain *ramchain,struct
rdata->scriptspace = ramchain->H.scriptoffset;
rdata->stackspace = ramchain->H.stacksize;
rdata->allocsize = iguana_ramchain_size(fname,RAMCHAIN_ARG,numblocks,rdata->scriptspace);
//if ( 0 && rdata->scriptspace != 0 )
if ( 0 && rdata->scriptspace != 0 )
printf("iguana_ramchain_setsize: Koffset.%d scriptspace.%d stackspace.%d (scriptoffset.%d stacksize.%d) allocsize.%d\n",(int32_t)rdata->Koffset,(int32_t)rdata->scriptspace,(int32_t)rdata->stackspace,(int32_t)ramchain->H.scriptoffset,(int32_t)ramchain->H.stacksize,(int32_t)rdata->allocsize);
ramchain->datasize = rdata->allocsize;
return((long)rdata->allocsize);

Loading…
Cancel
Save