MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetMasternodeConfigFile

Function GetMasternodeConfigFile

src/util.cpp:591–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591boost::filesystem::path GetMasternodeConfigFile()
592{
593 boost::filesystem::path pathConfigFile(GetArg("-mnconf", "masternode.conf"));
594 if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir() / pathConfigFile;
595 return pathConfigFile;
596}
597
598void ReadConfigFile(map<string, string>& mapSettingsRet,
599 map<string, vector<string> >& mapMultiSettingsRet)

Callers 2

readMethod · 0.85
openMNConfigfileFunction · 0.85

Calls 1

GetArgFunction · 0.85

Tested by

no test coverage detected