From 29d1b614b8c53475b899594a3a17bb2413c59a17 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 15 Dec 2015 12:47:14 +0000 Subject: [PATCH] localize state --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index fc4325e..257c948 100644 --- a/lib/client.js +++ b/lib/client.js @@ -103,7 +103,7 @@ Acme.prototype.post=function(url, body, cb) { }; -function registerNewAccount(state, options, cb) { +function registerNewAccount(options, cb) { var state = {}; if (!options.accountPrivateKeyPem) {