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

@@ -102,6 +102,8 @@ public:
void reset_share_counters();
bool http_enabled() const;
private:
[[nodiscard]] const char* get_log_category() const override;