diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-09-23 05:38:40 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-09-23 05:38:40 +0800 |
commit | 443b1a8eb7883b6799692ddc24d0555d49bd1787 (patch) | |
tree | f0894cbffde302534b112f24468b48433c24bd81 /app/scripts/migrations | |
parent | aa2abc00eb86c1cb746a59a6e307a6bc255e6466 (diff) | |
download | dexon-wallet-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar.gz dexon-wallet-443b1a8eb7883b6799692ddc24d0555d49bd1787.tar.zst dexon-wallet-443b1a8eb7883b6799692ddc24d0555d49bd1787.zip |
Remove keyring controller from project
Diffstat (limited to 'app/scripts/migrations')
-rw-r--r-- | app/scripts/migrations/_multi-keyring.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/migrations/_multi-keyring.js b/app/scripts/migrations/_multi-keyring.js index 253aa3d9..7a4578ea 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' |