Skip to content

Commit

Permalink
fix: filter criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Nov 22, 2024
1 parent e9c399b commit 033a445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth-node/bridge/geth/wakuv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func (w *gethWakuV2Wrapper) ProcessMailserverBatch(

criteria := store.FilterCriteria{
TimeStart: proto.Int64(batch.From.UnixNano()),
TimeEnd: proto.Int64(batch.From.UnixNano()),
TimeEnd: proto.Int64(batch.To.UnixNano()),
ContentFilter: protocol.NewContentFilter(pubsubTopic, contentTopics...),
}

Expand Down

0 comments on commit 033a445

Please sign in to comment.