1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

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

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