Fix typo in MetaMaskController (#8660)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent a6f2156386
commit 67c11a24a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/metamask-controller.js

@ -106,7 +106,7 @@ export default class MetamaskController extends EventEmitter {
this.createVaultMutex = new Mutex()
// next, we will initialize the controllers
// controller initializaiton order matters
// controller initialization order matters
this.networkController = new NetworkController(initState.NetworkController)

Loading…
Cancel
Save