Restored algo field in login request.

This commit is contained in:
XMRig
2019-07-18 22:35:15 +07:00
parent db971991fb
commit b0d1ee0694
14 changed files with 129 additions and 35 deletions

View File

@@ -115,7 +115,7 @@ private:
};
typedef std::vector<xmrig::Algorithm> Algorithms;
typedef std::vector<Algorithm> Algorithms;
} /* namespace xmrig */