Skip to content

Commit

Permalink
Update filter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Nov 27, 2024
1 parent 68a6faa commit aaeca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if err := wakuNode.Start(context.Background()); err != nil {
### Options
One of these options must be specified when instantiating a node supporting the waku relay protocol

- `WitWakuFilter(isFullNode, opts ...pubsub.Option)` - enables the waku filter protocol and receives an optional list of options to configure the protocol
- `WithWakuFilter(isFullNode, opts ...pubsub.Option)` - enables the waku filter protocol and receives an optional list of options to configure the protocol

## Adding a peer and receiving messages
```go
Expand Down

0 comments on commit aaeca38

Please sign in to comment.