mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-08-25 10:31:13 +00:00
fixes/wait-for-start (#228)
* fixes subscribe to wait for start * moved around * added test * fix * eol * rm * removed as waku is default * updated docs * fix * Update node.md * Update node.md * Update wakunode2.nim * Update wakunode2.nim * fix test * rm * fix * fixes * fixes * fix * fix * using connect * fix * fix * Update wakubridge.nim * Update wakunode2.nim
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ the consumer wants to make. These methods are:
|
||||
```Nim
|
||||
proc init*(T: type WakuNode, nodeKey: crypto.PrivateKey,
|
||||
bindIp: ValidIpAddress, bindPort: Port,
|
||||
extIp = none[ValidIpAddress](), extPort = none[Port](), topics = newSeq[string]()): T =
|
||||
extIp = none[ValidIpAddress](), extPort = none[Port]()): T =
|
||||
## Creates a Waku Node.
|
||||
##
|
||||
## Status: Implemented.
|
||||
|
||||
Reference in New Issue
Block a user