From 18c2212e7f1d2c30bb8c0d715c70cc16361b464a Mon Sep 17 00:00:00 2001 From: bolkin Date: Sun, 15 Jun 2014 19:01:55 -0400 Subject: [PATCH] fix auth parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c93c0..e8c3c92 100644 --- a/README.md +++ b/README.md @@ -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,