Allow disabling adaptivepow

This commit is contained in:
jl777
2019-07-30 04:09:37 -11:00
parent 96d9bcb45e
commit 6fbae7109c
5 changed files with 10 additions and 9 deletions

View File

@@ -2431,7 +2431,7 @@ fprintf(stderr,"extralen.%d before disable bits\n",extralen);
CCENABLE(EVAL_DICE);
CCENABLE(EVAL_ORACLES);
}
if ( (pindex= komodo_activechain(1)) != 0 )
if ( ASSETCHAINS_ADAPTIVEPOW == 0 && (pindex= komodo_activechain(1)) != 0 )
{
if ( pindex->nTime > 1564499104-365*2*1440 )
{