Merge pull request #784 from UdjinM6/fixMasternodeConfRead
fix CMasternodeConfig::read()
This commit is contained in:
commit
95224abf8e
@ -20,7 +20,7 @@ bool CMasternodeConfig::read(std::string& strErr) {
|
||||
boost::filesystem::path pathMasternodeConfigFile = GetMasternodeConfigFile();
|
||||
boost::filesystem::ifstream streamConfig(pathMasternodeConfigFile);
|
||||
|
||||
LogPrintf("loading masternode file at %s\n", pathMasternodeConfigFile.c_str());
|
||||
LogPrintf("loading masternode file at %s\n", pathMasternodeConfigFile.string());
|
||||
|
||||
if (!streamConfig.good()) {
|
||||
FILE* configFile = fopen(pathMasternodeConfigFile.string().c_str(), "a");
|
||||
|
Loading…
Reference in New Issue
Block a user