add link to TODO issue.

This commit is contained in:
Raúl Kripalani 2023-01-11 11:55:33 +00:00 committed by raulk
parent 8ef17332ba
commit e60199a823

View File

@ -193,6 +193,8 @@ func (f *EventFilter) matchKeys(ees []types.EventEntry) bool {
return true
}
// TODO: optimize this naive algorithm
// tracked in https://github.com/filecoin-project/lotus/issues/9987
// Note keys names may be repeated so we may have multiple opportunities to match
matched := map[string]bool{}