Skip to content

Commit

Permalink
Merge pull request #3224 from lazaridiscom/master
Browse files Browse the repository at this point in the history
use the providers initial _blocktracker (fixes #2393)
  • Loading branch information
danfinlay authored Feb 13, 2018
2 parents dc24a6e + 58a554b commit c5773c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ module.exports = class MetamaskController extends EventEmitter {
// create filter polyfill middleware
const filterMiddleware = createFilterMiddleware({
provider: this.provider,
blockTracker: this.blockTracker,
blockTracker: this.provider._blockTracker,
})

engine.push(createOriginMiddleware({ origin }))
Expand Down

0 comments on commit c5773c4

Please sign in to comment.