aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-22 11:52:56 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-22 11:52:56 +0800
commit9fb96128e62294c88c6d3d2e177eb032543ffc50 (patch)
tree5b9f7b17c4b4a8f10cfeb3d1d9e5e6120b9c651c /app/scripts/lib
parentecfda5bcc54bc444f3620a18a561847d0d2634dd (diff)
downloadtangerine-wallet-browser-9fb96128e62294c88c6d3d2e177eb032543ffc50.tar.gz
tangerine-wallet-browser-9fb96128e62294c88c6d3d2e177eb032543ffc50.tar.zst
tangerine-wallet-browser-9fb96128e62294c88c6d3d2e177eb032543ffc50.zip
Rename idStoreMigrator method for clarity
Fixes #841
Diffstat (limited to 'app/scripts/lib')
-rw-r--r--app/scripts/lib/idStore-migrator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/idStore-migrator.js b/app/scripts/lib/idStore-migrator.js
index 18134b677..40b08efee 100644
--- a/app/scripts/lib/idStore-migrator.js
+++ b/app/scripts/lib/idStore-migrator.js
@@ -11,7 +11,7 @@ module.exports = class IdentityStoreMigrator {
}
}
- oldSeedForPassword (password) {
+ migratedVaultForPassword (password) {
const hasOldVault = this.hasOldVault()
const configManager = this.configManager