From ed4fbdd14cd96fd05e2102d7fd13812c2964acbf Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 27 Jul 2016 16:00:25 -0300 Subject: [PATCH] test --- iguana/iguana777.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 9ac9331b5..733f1d094 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -758,8 +758,8 @@ void iguana_coinloop(void *arg) fprintf(stderr,"%s call processrecv\n",coin->symbol); flag += iguana_processrecv(myinfo,coin); if ( strcmp(coin->symbol,"BTC") == 0 ) - fprintf(stderr,"%s back processrecv\n",coin->symbol); - if ( coin->RTheight > 0 && coin->RTheight > coin->chain->bundlesize ) + fprintf(stderr,"%s back processrecv RTheight.%d\n",coin->symbol,coin->RTheight); + if ( strcmp(coin->symbol,"BTCD") == 0 && coin->RTheight > 0 && coin->RTheight > coin->chain->bundlesize ) { int32_t hdrsi,nonz,errs; struct iguana_pkhash *refP; struct iguana_bundle *bp; hdrsi = (coin->RTheight / coin->chain->bundlesize) - 1;