Skip to content

Commit

Permalink
fix(libwaku): waku_relay_unsubscribe (#3207)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored Dec 12, 2024
1 parent 2022f54 commit ab0c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/libwaku.nim
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ proc waku_relay_unsubscribe(
ctx,
RequestType.RELAY,
RelayRequest.createShared(
RelayMsgType.SUBSCRIBE,
RelayMsgType.UNSUBSCRIBE,
PubsubTopic($pst),
WakuRelayHandler(onReceivedMessage(ctx)),
),
Expand Down

0 comments on commit ab0c1d4

Please sign in to comment.