Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Oct 24, 2023
1 parent 76a5481 commit ccaaa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/filter/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { FilterSubscribeResponse, FilterSubscribeRpc } from "./filter_rpc.js";

const log = new Logger("waku:filter-v2:subscription");

//TODO: think about the correlation of pubsub topic and Subscription class
// one subscription object per pubsub topic
export class Subscription extends EventEmitter<SubscriptionEventMap> {
private readonly peer: Peer;
private readonly pubsubTopic: PubSubTopic;
Expand Down

0 comments on commit ccaaa23

Please sign in to comment.