Skip to content

Commit

Permalink
Support multiple topics
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Aug 28, 2024
1 parent f5655e4 commit 3615e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/msg_providers/data_bus.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _fetch_logs_into_queue(self):
filter_params = FilterParams(
fromBlock=from_block,
address=variables.DATA_BUS_ADDRESS,
topics=self._topics,
topics=[self._topics],
)

logs = self._w3.eth.get_logs(filter_params)
Expand Down

0 comments on commit 3615e8f

Please sign in to comment.