Don't port forward Stratum port by default

Added a command line parameter to enable it
This commit is contained in:
SChernykh
2023-03-20 13:32:17 +01:00
parent bb4c7f0298
commit fe7ef30650
7 changed files with 40 additions and 28 deletions

View File

@@ -114,7 +114,7 @@ private:
std::atomic<bool> m_stopped;
std::string m_hostStr;
Params* m_params;
const Params* m_params;
p2pool_api* m_api;
SideChain* m_sideChain;