Merge pull request #4450 from MetaMask/fix-migration-26

Fix return value of migration 26 when missing KC or PC
feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
commit 8a2d75f3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/migrations/026.js

@ -27,7 +27,7 @@ module.exports = {
function transformState (state) {
if (!state.KeyringController || !state.PreferencesController) {
return
return state
}
if (!state.KeyringController.walletNicknames) {

Loading…
Cancel
Save