fix auth parameters

This commit is contained in:
bolkin 2014-06-15 19:01:55 -04:00
parent a28752a9db
commit 18c2212e7f

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,