From af24220ba745fc7769f81ffb96927268dcf6d8ef Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 14 Dec 2018 15:53:37 -1100 Subject: [PATCH] Notary port -> 7775 --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 788ee95b0..80eb63853 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3879,9 +3879,7 @@ int32_t komodo_activate_sapling(CBlockIndex *pindex) } if ( activation != 0 ) { -//#if KOMODO_SAPLING_ACTIVATION != 1544832000 komodo_setactivation(activation); -//#endif fprintf(stderr,"%s sapling activation at %d\n",ASSETCHAINS_SYMBOL,activation); ASSETCHAINS_SAPLING = activation; }