From d90509ae2addb9177ecef3f78641c3ab82819ae1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 14:23:26 -0300 Subject: [PATCH] test --- src/komodo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index 0cf6d5324..a4a396cb5 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -458,14 +458,14 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) komodo_stateupdate(pindex->nHeight,0,0,0,zero,0,0,0,0,-pindex->nHeight,pindex->nTime,0,0,0,0); } komodo_currentheight_set(chainActive.Tip()->nHeight); - if ( ASSETCHAINS_SYMBOL[0] != 0 ) + /*if ( ASSETCHAINS_SYMBOL[0] != 0 ) { while ( KOMODO_PASSPORT_INITDONE == 0 ) { fprintf(stderr,"komodo_connect.(%s) waiting for KOMODO_PASSPORT_INITDONE.%u\n",ASSETCHAINS_SYMBOL,KOMODO_PASSPORT_INITDONE); sleep(3); } - } + }*/ if ( pindex != 0 ) { height = pindex->nHeight;