metamask-controller - fix typo

This commit is contained in:
kumavis 2018-03-27 19:04:28 -07:00 committed by GitHub
parent 729a473210
commit d8357413ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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