Skip to content

Commit 64a5b88

Browse files
committed
enable reading events from system collection
1 parent c7a4a0c commit 64a5b88

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

state/process.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,6 @@ outer:
378378
newCounter := 0
379379
transfers := 0
380380
for _, col := range cols {
381-
// TODO(tav): We may want to index events from the system collection
382-
// at some point in the future.
383-
if col.system {
384-
continue
385-
}
386381
for idx, txnResult := range col.txnResults {
387382
select {
388383
case <-ctx.Done():

0 commit comments

Comments
 (0)