status-im/status-go

View on GitHub
protocol/messenger_discv5.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
package protocol

func (m *Messenger) StartDiscV5() error {
    return m.transport.StartDiscV5()
}

func (m *Messenger) StopDiscV5() error {
    return m.transport.StopDiscV5()
}