aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations/_multi-keyring.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-09-23 05:38:40 +0800
committerDan Finlay <dan@danfinlay.com>2017-09-23 05:38:40 +0800
commit443b1a8eb7883b6799692ddc24d0555d49bd1787 (patch)
treef0894cbffde302534b112f24468b48433c24bd81 /app/scripts/migrations/_multi-keyring.js
parentaa2abc00eb86c1cb746a59a6e307a6bc255e6466 (diff)
downloadtangerine-wallet-browser-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar
tangerine-wallet-browser-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar.gz
tangerine-wallet-browser-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar.bz2
tangerine-wallet-browser-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar.lz
tangerine-wallet-browser-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar.xz
tangerine-wallet-browser-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar.zst
tangerine-wallet-browser-443b1a8eb7883b6799692ddc24d0555d49bd1787.zip
Remove keyring controller from project
Diffstat (limited to 'app/scripts/migrations/_multi-keyring.js')
-rw-r--r--app/scripts/migrations/_multi-keyring.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/migrations/_multi-keyring.js b/app/scripts/migrations/_multi-keyring.js
index 253aa3d9d..7a4578ea7 100644
--- a/app/scripts/migrations/_multi-keyring.js
+++ b/app/scripts/migrations/_multi-keyring.js
@@ -10,7 +10,7 @@ which we dont have access to at the time of this writing.
const ObservableStore = require('obs-store')
const ConfigManager = require('../../app/scripts/lib/config-manager')
const IdentityStoreMigrator = require('../../app/scripts/lib/idStore-migrator')
-const KeyringController = require('../../app/scripts/lib/keyring-controller')
+const KeyringController = require('eth-keyring-controller')
const password = 'obviously not correct'