1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

migrations - rename 005 to stubbed _multi-keyring

This commit is contained in:
kumavis 2017-01-24 16:30:42 -08:00
parent bb1ee8e649
commit a06ee45404

View File

@ -1,5 +1,12 @@
const version = 5
/*
This is an incomplete migration bc it requires post-decrypted data
which we dont have access to at the time of this writing.
*/
const ObservableStore = require('../../app/scripts/lib/observable/')
const ConfigManager = require('../../app/scripts/lib/config-manager')
const IdentityStoreMigrator = require('../../app/scripts/lib/idStore-migrator')