mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix typo in MetaMaskController (#8660)
This commit is contained in:
parent
a6f2156386
commit
67c11a24a8
@ -106,7 +106,7 @@ export default class MetamaskController extends EventEmitter {
|
|||||||
this.createVaultMutex = new Mutex()
|
this.createVaultMutex = new Mutex()
|
||||||
|
|
||||||
// next, we will initialize the controllers
|
// next, we will initialize the controllers
|
||||||
// controller initializaiton order matters
|
// controller initialization order matters
|
||||||
|
|
||||||
this.networkController = new NetworkController(initState.NetworkController)
|
this.networkController = new NetworkController(initState.NetworkController)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user