chore: update example

This commit is contained in:
Richard Ramos 2023-08-03 17:24:00 -04:00 committed by richΛrd
parent 317798ac9f
commit b498308cdd
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ func DNSDiscovery(url string, nameserver string, ms int) (string, error) {
return marshalJSON(response)
}
// StartDiscoveryV5 starts discv5 discovery
func StartDiscoveryV5() error {
if wakuState.node == nil {
return errWakuNodeNotReady