From f726810dd8151b17c90c70b8493753f3799c8021 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 24 Nov 2018 03:29:31 -1100 Subject: [PATCH] -print --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index cae4e3adb..3a3bfc286 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3837,7 +3837,7 @@ int32_t komodo_activate_sapling(CBlockIndex *pindex) } height = pindex->GetHeight(); blocktime = (uint32_t)pindex->nTime; - fprintf(stderr,"starting blocktime %u cmp.%d\n",blocktime,blocktime > KOMODO_SAPLING_ACTIVATION); + //fprintf(stderr,"starting blocktime %u cmp.%d\n",blocktime,blocktime > KOMODO_SAPLING_ACTIVATION); if ( blocktime > KOMODO_SAPLING_ACTIVATION ) // find the earliest transition { while ( (prev= pindex->pprev) != 0 )