From 07d7f7e0e60bfc1839642a84359d16a09ba5cdb9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Nov 2018 04:11:55 -1100 Subject: [PATCH] Enable Dec 15th activation --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b609900ef..0df44abf9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; }