From 1c69edff453f0024a1158edd3f18e4428e44efbc Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 28 Mar 2016 12:35:18 -0700 Subject: Return updated state after restoring vault --- app/scripts/lib/idStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts') diff --git a/app/scripts/lib/idStore.js b/app/scripts/lib/idStore.js index e3f2a841d..f0e566e5e 100644 --- a/app/scripts/lib/idStore.js +++ b/app/scripts/lib/idStore.js @@ -57,7 +57,7 @@ IdentityStore.prototype.recoverFromSeed = function(password, seed, cb){ this._loadIdentities() this._didUpdate() - cb() + cb(null, this.getState()) }) } -- cgit v1.2.3