Enable Dec 15th activation

This commit is contained in:
jl777
2018-11-25 04:11:55 -11:00
parent e9806b3ee7
commit 07d7f7e0e6

View File

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