fix(libwaku): waku_relay_unsubscribe (#3207)

This commit is contained in:
richΛrd 2024-12-12 08:06:54 -04:00 committed by GitHub
parent ddfa212608
commit ee9564ec73

View File

@ -372,7 +372,7 @@ proc waku_relay_unsubscribe(
ctx,
RequestType.RELAY,
RelayRequest.createShared(
RelayMsgType.SUBSCRIBE,
RelayMsgType.UNSUBSCRIBE,
PubsubTopic($pst),
WakuRelayHandler(onReceivedMessage(ctx)),
),