|
@ -2068,8 +2068,8 @@ int32_t iguana_ramchain_expandedsave(struct iguana_info *coin,RAMCHAIN_FUNC,stru |
|
|
{ |
|
|
{ |
|
|
static bits256 zero; |
|
|
static bits256 zero; |
|
|
bits256 firsthash2,lasthash2; int32_t err,bundlei,hdrsi,numblocks,firsti,height,retval= -1; |
|
|
bits256 firsthash2,lasthash2; int32_t err,bundlei,hdrsi,numblocks,firsti,height,retval= -1; |
|
|
struct iguana_ramchain checkR,*mapchain; char fname[1024],str[65]; FILE *fp; |
|
|
struct iguana_ramchain checkR,*mapchain; char fname[1024];//,str[65]; //FILE *fp;
|
|
|
uint32_t scriptspace,scriptoffset,stacksize,izero = 0; uint8_t *destoffset,*srcoffset; |
|
|
uint32_t scriptspace,scriptoffset,stacksize; uint8_t *destoffset,*srcoffset; |
|
|
firsthash2 = ramchain->H.data->firsthash2, lasthash2 = ramchain->H.data->lasthash2; |
|
|
firsthash2 = ramchain->H.data->firsthash2, lasthash2 = ramchain->H.data->lasthash2; |
|
|
height = ramchain->height, firsti = ramchain->H.data->firsti, hdrsi = ramchain->H.hdrsi, numblocks = ramchain->numblocks; |
|
|
height = ramchain->height, firsti = ramchain->H.data->firsti, hdrsi = ramchain->H.hdrsi, numblocks = ramchain->numblocks; |
|
|
destoffset = &Kspace[ramchain->H.scriptoffset]; |
|
|
destoffset = &Kspace[ramchain->H.scriptoffset]; |
|
|