There was an error while loading. Please reload this page.
1 parent c7a4a0c commit 64a5b88Copy full SHA for 64a5b88
1 file changed
state/process.go
@@ -378,11 +378,6 @@ outer:
378
newCounter := 0
379
transfers := 0
380
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
- }
386
for idx, txnResult := range col.txnResults {
387
select {
388
case <-ctx.Done():
0 commit comments