Skip to content

Commit

Permalink
chore: update TODO with GH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Jun 4, 2024
1 parent a95e17f commit d01bea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/utils/discovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function defaultPeerDiscoveries(
);

//TODO: Add support for The Waku Network
//TODO: add issue here
//https://github.com/waku-org/nwaku/issues/2593
const isDefaultPubsub = pubsubTopics.includes(DefaultPubsubTopic);
if (isDefaultPubsub) {
discoveries.push(
Expand Down

0 comments on commit d01bea9

Please sign in to comment.