Skip to content

Commit

Permalink
Change Workflow Registry Syncer to watch for Unconfirmed transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Feb 5, 2025
1 parent 5e9d9f2 commit 46f49bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/workflows/syncer/workflow_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (w *workflowRegistry) readRegistryEvents(ctx context.Context, reader Contra
KeyFilter: query.KeyFilter{
Key: string(et),
Expressions: []query.Expression{
query.Confidence(primitives.Finalized),
query.Confidence(primitives.Unconfirmed),
query.Block(lastReadBlockNumber, primitives.Gt),
},
},
Expand Down

0 comments on commit 46f49bc

Please sign in to comment.