mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge branch 'network-remove-provider-engine' into network-remove-provider-engine-tests
This commit is contained in:
commit
115d3c9aaf
@ -59,7 +59,7 @@ module.exports = class NetworkController extends EventEmitter {
|
||||
// return the proxies so the references will always be good
|
||||
getProviderAndBlockTracker () {
|
||||
const provider = this._providerProxy
|
||||
const blockTracker = this._blockTracker
|
||||
const blockTracker = this._blockTrackerProxy
|
||||
return { provider, blockTracker }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user