Skip to content

Commit

Permalink
Fix the Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SionoiS committed Sep 11, 2023
1 parent 014b264 commit 4f25b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ proc startRelay*(node: WakuNode) {.async.} =
info "relay started successfully"

proc mountRelay*(node: WakuNode,
pubsubTopics = @[string],
pubsubTopics: seq[string] = @[],
peerExchangeHandler = none(RoutingRecordsHandler)) {.async, gcsafe.} =
if not node.wakuRelay.isNil():
error "wakuRelay already mounted, skipping"
Expand Down

0 comments on commit 4f25b3b

Please sign in to comment.