localize state
This commit is contained in:
parent
985c3c973b
commit
29d1b614b8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue