Fix MetaMask web3 version (#5352)

feature/default_network_editable
Esteban Miño 6 years ago committed by GitHub
parent 0dd89cd930
commit 4d82df6995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/scripts/metamask-controller.js

@ -252,6 +252,7 @@ module.exports = class MetamaskController extends EventEmitter {
eth_syncing: false,
web3_clientVersion: `MetaMask/v${version}`,
},
version,
// account mgmt
getAccounts: async () => {
const isUnlocked = this.keyringController.memStore.getState().isUnlocked

Loading…
Cancel
Save