Conditional activate of sapling

This commit is contained in:
jl777
2018-11-23 03:26:18 -11:00
parent 9c230bbd4c
commit d39300e3ff
2 changed files with 4 additions and 2 deletions

View File

@@ -3827,7 +3827,9 @@ int32_t komodo_activate_sapling(CBlockIndex *pindex)
}
if ( activation != 0 )
{
//komodo_setactivation(activation);
#if KOMODO_SAPLING_ACTIVATION != 1544832000
komodo_setactivation(activation);
#endif
fprintf(stderr,"%s sapling activation at %d\n",ASSETCHAINS_SYMBOL,activation);
ASSETCHAINS_SAPLING = activation;
}