mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
metamask-controller - fix typo
This commit is contained in:
parent
729a473210
commit
d8357413ac
@ -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…
Reference in New Issue
Block a user