We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe8785 commit cc03543Copy full SHA for cc03543
src/dipdup/datasources/tzkt/datasource.py
@@ -574,6 +574,8 @@ async def on_operation_message(
574
operations = []
575
for operation_json in item['data']:
576
operation = self.convert_operation(operation_json)
577
+ if operation.status != 'applied':
578
+ continue
579
operations.append(operation)
580
self.emit("operations", operations)
581
0 commit comments