Merge branch 'tos' of github.com:MetaMask/metamask-plugin into tos

This commit is contained in:
Kevin Serrano 2016-10-11 15:51:26 -07:00
commit 9d267907ee
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ IdentityStore.prototype.createNewVault = function (password, entropy, cb) {
this.configManager.setShowSeedWords(true)
var seedWords = this._idmgmt.getSeed()
this._loadIdentities()
cb(null, seedWords)
})
}