From c82f5899696c64170436de248574dc33ec92bc6e Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 18 Nov 2018 04:38:57 -1100 Subject: [PATCH] Asset chains maturity default --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 99a1196c5..28916f8dc 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1916,7 +1916,7 @@ void komodo_args(char *argv0) if ( (port= komodo_userpass(ASSETCHAINS_USERPASS,ASSETCHAINS_SYMBOL)) != 0 ) ASSETCHAINS_RPCPORT = port; else komodo_configfile(ASSETCHAINS_SYMBOL,ASSETCHAINS_P2PPORT + 1); - if (ASSETCHAINS_LASTERA == 0 && ASSETCHAINS_REWARD[0] == 0) + //if (ASSETCHAINS_LASTERA == 0 && ASSETCHAINS_REWARD[0] == 0) COINBASE_MATURITY = 1; //fprintf(stderr,"ASSETCHAINS_RPCPORT (%s) %u\n",ASSETCHAINS_SYMBOL,ASSETCHAINS_RPCPORT); }