From e4bc80cf7a62cd89cf831ca8fff523ada96be2a6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Sep 2017 11:59:25 +0200 Subject: [PATCH] Test --- src/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.cpp b/src/util.cpp index e038d4096..9d684a96e 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -643,6 +643,7 @@ void ReadConfigFile(map& mapSettingsRet, } // If datadir is changed in .conf file: ClearDatadirCache(); + extern uint16_t BITCOIND_PORT; BITCOIND_PORT = GetArg("-rpcport",BITCOIND_PORT); fprintf(stderr,"from conf file %s RPC %u, used to be %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT,BITCOIND_PORT); }