Skip to content

Commit

Permalink
dependency handling in subscriptions factory fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Mar 25, 2019
1 parent f8cb5c6 commit cd63a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth/src/factories/SubscriptionsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class SubscriptionsFactory {
this.utils,
this.formatters,
moduleInstance,
new GetPastLogsMethod(this.utils, this.formatters)
new GetPastLogsMethod(this.utils, this.formatters, moduleInstance)
);
case 'newBlockHeaders':
return new NewHeadsSubscription(this.utils, this.formatters, moduleInstance);
Expand Down

0 comments on commit cd63a63

Please sign in to comment.