This commit is contained in:
brunobar79 2018-07-26 21:15:16 -04:00
parent d65d018ad0
commit bea1cf3f3c
5 changed files with 2 additions and 4 deletions

View File

@ -200,4 +200,3 @@ function redirectToPhishingWarning () {
console.log('MetaMask - redirecting to phishing warning')
window.location.href = 'https://metamask.io/phishing.html'
}

View File

@ -96,4 +96,3 @@ function restoreContextAfterImports () {
console.warn('MetaMask - global.define could not be overwritten.')
}
}

View File

@ -655,6 +655,7 @@ module.exports = class MetamaskController extends EventEmitter {
return { ...keyState, identities }
}
//
// Account Management
//

View File

@ -96,4 +96,4 @@ class ExtensionPlatform {
}
}
module.exports = ExtensionPlatform
module.exports = ExtensionPlatform

View File

@ -194,4 +194,3 @@ function getTotalUnapprovedCount ({ metamask }) {
return Object.keys(unapprovedTxs).length + unapprovedMsgCount + unapprovedPersonalMsgCount +
unapprovedTypedMessagesCount
}