Added a command line parameter to disable Stratum HTTP

This commit is contained in:
SChernykh
2024-12-17 11:39:49 +01:00
parent 2581b4c2da
commit a4459d6207
6 changed files with 16 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ struct Params
std::string m_tlsCert;
std::string m_tlsCertKey;
#endif
bool m_enableStratumHTTP = true;
};
} // namespace p2pool