2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-15 09:19:26 +00:00
status-go/protocol/messenger_discv5.go

10 lines
173 B
Go
Raw Normal View History

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