Renamed --config command line parameter

This commit is contained in:
SChernykh
2024-12-17 14:36:40 +01:00
parent a4459d6207
commit dd7e2a477f
6 changed files with 13 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ struct Params
std::string m_stratumAddresses;
std::string m_p2pAddresses;
std::string m_p2pPeerList;
std::string m_config;
std::string m_sidechainConfig;
std::string m_apiPath;
bool m_localStats = false;
bool m_blockCache = true;