Skip to content

Commit

Permalink
Tracer to subscribe to all operations
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Dec 14, 2023
1 parent ff51496 commit be5c814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pusher/sources/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (t *Tracer) Run(ctx context.Context) {
return
}
txCh <- tx
}, SubscribeToTransactionsOptions{AllAccounts: true})
}, SubscribeToTransactionsOptions{AllAccounts: true, AllOperations: true})

defer cancelFn()

Expand Down

0 comments on commit be5c814

Please sign in to comment.