localize state

This commit is contained in:
AJ ONeal 2015-12-15 12:47:14 +00:00
parent 985c3c973b
commit 29d1b614b8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {