fix migration 28

feature/default_network_editable
Esteban MIno 6 years ago
parent 2b25902561
commit 8df3f2696c
  1. 4
      app/scripts/migrations/028.js

@ -25,8 +25,8 @@ function transformState (state) {
const newState = state
if (newState.PreferencesController) {
if (newState.PreferencesController.tokens) {
const identities = newState.TransactionController.identities
if (newState.PreferencesController.tokens && newState.PreferencesController.identities) {
const identities = newState.PreferencesController.identities
const tokens = newState.PreferencesController.tokens
newState.PreferencesController.accountTokens = {}
for (const identity in identities) {

Loading…
Cancel
Save