From d399beab405792d6998a7c673e3cb69c6083680a Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 Mar 2016 04:28:49 -0300 Subject: [PATCH] test --- iguana/iguana_ramchain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_ramchain.c b/iguana/iguana_ramchain.c index 7d76c01c7..a25678490 100755 --- a/iguana/iguana_ramchain.c +++ b/iguana/iguana_ramchain.c @@ -2235,8 +2235,8 @@ int32_t iguana_ramchain_expandedsave(struct iguana_info *coin,RAMCHAIN_FUNC,stru height = ramchain->height, firsti = ramchain->H.data->firsti, hdrsi = ramchain->H.hdrsi, numblocks = ramchain->numblocks; if ( bp->bundleheight == 32000 || bp->bundleheight == 150000 || bp->bundleheight == 116000 || bp->bundleheight == 166000 || bp->bundleheight == 130000 || bp->bundleheight == 180000 || bp->bundleheight == 140000 || bp->bundleheight == 90000 || bp->bundleheight == 176000 || bp->bundleheight == 340000 || bp->bundleheight == 374000 || bp->bundleheight == 180000 ) { - printf("skip ht.%d for now\n",bp->bundleheight); - return(-1); + // printf("skip ht.%d for now\n",bp->bundleheight); + // return(-1); } //printf("B[] %p\n",B); if ( 1 && ramchain->expanded != 0 )