Skip to content

Commit

Permalink
Merge pull request #89 from duality-solutions/v1.1.0.0-CFG
Browse files Browse the repository at this point in the history
Fix Read Config on First Launch
  • Loading branch information
spencerlievens committed May 12, 2017
2 parents 54f9b07 + d3cdb2d commit 03440b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ static void WriteConfigFile(FILE* configFile)
fputs (sRPCpassword.c_str(), configFile);
fputs ("rpcport=16663\n", configFile);
fclose(configFile);
ReadConfigFile(mapArgs, mapMultiArgs);
}

const boost::filesystem::path &GetDataDir(bool fNetSpecific)
Expand Down

0 comments on commit 03440b0

Please sign in to comment.