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:
Dean Eigenmann
2020-10-22 13:12:00 +02:00
committed by GitHub
parent dcbefbf4d6
commit bfb29338a1
5 changed files with 85 additions and 25 deletions
+1 -1
View File
@@ -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.