From dab92e65bdea8642f0c3a4955e2a1952bebfd877 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 1 Dec 2016 17:18:05 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index ffde3b27e..075fe057b 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1470,7 +1470,7 @@ void komodo_args() extern int COINBASE_MATURITY; komodo_configfile(ASSETCHAINS_SYMBOL,ASSETCHAINS_PORT + 1); COINBASE_MATURITY = 1; - } else komodo_configfile(0,0); + } ASSETCHAINS_NOTARIES = GetArg("-ac_notaries",""); komodo_assetchain_pubkeys((char *)ASSETCHAINS_NOTARIES.c_str()); iguana_rwnum(1,magic,sizeof(ASSETCHAINS_MAGIC),(void *)&ASSETCHAINS_MAGIC); @@ -1488,7 +1488,7 @@ void komodo_args() else { ASSETCHAINS_PORT = 8777; - //fprintf(stderr,"IS_KOMODO_NOTARY %d %s\n",IS_KOMODO_NOTARY,NOTARY_PUBKEY.c_str()); + komodo_configfile(0,0); //fprintf(stderr,"IS_KOMODO_NOTARY %d %s\n",IS_KOMODO_NOTARY,NOTARY_PUBKEY.c_str()); } //fprintf(stderr,"%s chain params initialized\n",ASSETCHAINS_SYMBOL); }