mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #404 from MetaMask/fastinject
contentscript - remove timeout before stream setup
This commit is contained in:
commit
ecfe720b8b
@ -4,7 +4,7 @@ const ObjectMultiplex = require('./lib/obj-multiplex')
|
|||||||
|
|
||||||
if (shouldInjectWeb3()) {
|
if (shouldInjectWeb3()) {
|
||||||
setupInjection()
|
setupInjection()
|
||||||
setTimeout(setupStreams, 200)
|
setupStreams()
|
||||||
}
|
}
|
||||||
|
|
||||||
function setupInjection(){
|
function setupInjection(){
|
||||||
|
Loading…
Reference in New Issue
Block a user