mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Merge branch 'master' into ModularFiatBalance
This commit is contained in:
commit
d1e91766da
@ -86,7 +86,6 @@ function setupControllerConnection (stream) {
|
||||
stream.pipe(dnode).pipe(stream)
|
||||
dnode.on('remote', (remote) => {
|
||||
// push updates to popup
|
||||
controller.ethStore.removeListener('update', controller.sendUpdate.bind(controller))
|
||||
controller.ethStore.on('update', controller.sendUpdate.bind(controller))
|
||||
controller.listeners.push(remote)
|
||||
idStore.on('update', controller.sendUpdate.bind(controller))
|
||||
|
@ -67,7 +67,7 @@ InfoScreen.prototype.render = function () {
|
||||
`For more information on MetaMask
|
||||
you can visit our web site. If you want to
|
||||
contact us with questions or just
|
||||
say 'Hi', you can find us on theise platforms:`),
|
||||
say 'Hi', you can find us on these platforms:`),
|
||||
|
||||
h('div', {
|
||||
style: {
|
||||
|
Loading…
Reference in New Issue
Block a user