From 0ff233c570a9a19668ab17a0e2ec9a2bfd56a647 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Sep 2017 11:58:23 +0200 Subject: [PATCH] Test --- src/util.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.cpp b/src/util.cpp index c2d299e20..e038d4096 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -643,6 +643,8 @@ void ReadConfigFile(map& mapSettingsRet, } // If datadir is changed in .conf file: ClearDatadirCache(); + 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); } #ifndef WIN32