From d7227bf643b24781d4d8bcbdbf7bc19572fe34c4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 13:52:57 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 967386695..0cf6d5324 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -444,6 +444,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) int32_t i,j,k,numnotaries,notarized,scriptlen,isratification,nid,numvalid,specialtx,notarizedheight,notaryid,len,numvouts,numvins,height,txn_count; memset(&zero,0,sizeof(zero)); komodo_init(pindex->nHeight); + KOMODO_INITDONE = (uint32_t)time(NULL); if ( (sp= komodo_stateptr(symbol,dest)) == 0 ) return; numnotaries = komodo_notaries(pubkeys,pindex->nHeight); @@ -465,7 +466,6 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) sleep(3); } } - //KOMODO_INITDONE = (uint32_t)time(NULL); if ( pindex != 0 ) { height = pindex->nHeight;