Merge pull request #5632 from MetaMask/typo-fix

preferences - fix typo
feature/default_network_editable
kumavis 6 years ago committed by GitHub
commit 9514c56f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/controllers/preferences.js

@ -407,7 +407,7 @@ class PreferencesController {
if (url !== 'http://localhost:8545') {
rpcList.push({ rpcUrl: url, chainId, ticker, nickname })
}
this.store.updateState({ frequentRpcListiDetail: rpcList })
this.store.updateState({ frequentRpcListDetail: rpcList })
return Promise.resolve(rpcList)
}

Loading…
Cancel
Save