Skip to content

Commit 2073b55

Browse files
committed
fix rendezvous compile error
1 parent 899e504 commit 2073b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waku/waku_rendezvous/protocol.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ proc batchAdvertise*(
7777
conn
7878

7979
let advertCatch = catch:
80-
await self.rendezvous.advertise(namespace, ttl, peers)
80+
await self.rendezvous.advertise(namespace, some(ttl), peers)
8181

8282
for conn in conns:
8383
await conn.close()

0 commit comments

Comments
 (0)