Fix --userpass option.

This commit is contained in:
XMRig 2019-04-08 02:16:54 +07:00
parent d6da0652ce
commit 35d868fb48
4 changed files with 17 additions and 22 deletions

View file

@ -88,7 +88,6 @@ public:
bool isEnabled() const;
bool isEqual(const Pool &other) const;
bool parse(const char *url);
bool setUserpass(const char *userpass);
rapidjson::Value toJSON(rapidjson::Document &doc) const;
void adjust(const Algorithm &algorithm);
void setAlgo(const Algorithm &algorithm);