metamask-controller - fix typo

feature/default_network_editable
kumavis 7 years ago committed by GitHub
parent 729a473210
commit d8357413ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/metamask-controller.js

@ -588,7 +588,7 @@ module.exports = class MetamaskController extends EventEmitter {
this.txController.wipeTransactions(selectedAddress)
const networkController = this.networkController
const oldType = networkController.getProvoderConfig().type
const oldType = networkController.getProviderConfig().type
await networkController.setProviderType(oldType, true)
return selectedAddress

Loading…
Cancel
Save