Skip to content

Commit

Permalink
EventSubscriptionFactory fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Mar 29, 2019
1 parent 9f3c712 commit 37053af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class EventSubscriptionFactory {
this.utils,
this.formatters,
contract,
new GetPastLogsMethod(this.utils, this.formatters),
new GetPastLogsMethod(this.utils, this.formatters, contract),
eventLogDecoder,
abiItemModel
);
Expand All @@ -73,7 +73,7 @@ export default class EventSubscriptionFactory {
this.utils,
this.formatters,
contract,
new GetPastLogsMethod(this.utils, this.formatters),
new GetPastLogsMethod(this.utils, this.formatters, contract),
allEventsLogDecoder,
contract.abiModel
);
Expand Down

0 comments on commit 37053af

Please sign in to comment.