From 629fb610f6054d47d75afc3f07cb2ea08c6bd7b7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 30 Jul 2019 04:19:38 -1100 Subject: [PATCH] Syntax --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 0e3cbe577..99eb4337b 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -2431,9 +2431,9 @@ fprintf(stderr,"extralen.%d before disable bits\n",extralen); CCENABLE(EVAL_DICE); CCENABLE(EVAL_ORACLES); } + CBlockIndex *pindex; if ( ASSETCHAINS_ADAPTIVEPOW == 0 && (pindex= komodo_activechain(1)) != 0 ) { - CBlockIndex *pindex; if ( pindex->nTime > 1564499104-365*2*1440 ) { ASSETCHAINS_ADAPTIVEPOW = 1;