Merge pull request #86 from bolkin/master

fix auth parameters
This commit is contained in:
Matthew Little 2014-06-16 11:41:56 -06:00
commit f08b105be9

View File

@ -276,7 +276,7 @@ var pool = Stratum.createPool({
}
}, function(ip, workerName, password, callback){ //stratum authorization function
}, function(ip, port , workerName, password, callback){ //stratum authorization function
console.log("Authorize " + workerName + ":" + password + "@" + ip);
callback({
error: null,