refactor: c-bindings

This commit is contained in:
Richard Ramos 2023-08-02 17:01:45 -04:00 committed by richΛrd
parent 9e52e09dd5
commit 317798ac9f
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ 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