Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
7d4dfd6070
  1. 4
      iguana/iguana_ramchain.c

4
iguana/iguana_ramchain.c

@ -2289,13 +2289,13 @@ struct iguana_ramchain *iguana_bundleload(struct supernet_info *myinfo,struct ig
} }
} }
} }
//printf("mapped bundle.%d\n",bp->bundleheight); printf("mapped bundle.%d\n",bp->bundleheight);
bp->emitfinish = (uint32_t)time(NULL) + 1; bp->emitfinish = (uint32_t)time(NULL) + 1;
iguana_bundlecalcs(myinfo,coin,bp,60); iguana_bundlecalcs(myinfo,coin,bp,60);
} }
else else
{ {
//printf("couldnt load bundle.%d\n",bp->bundleheight); printf("couldnt load bundle.%d\n",bp->bundleheight);
memset(&bp->ramchain,0,sizeof(bp->ramchain)); memset(&bp->ramchain,0,sizeof(bp->ramchain));
bp->ramchain.height = bp->bundleheight; bp->ramchain.height = bp->bundleheight;
bp->emitfinish = 0; bp->emitfinish = 0;

Loading…
Cancel
Save