github.com/status-im/status-go@v1.1.0/protocol/messenger_discv5.go (about) 1 package protocol 2 3 func (m *Messenger) StartDiscV5() error { 4 return m.transport.StartDiscV5() 5 } 6 7 func (m *Messenger) StopDiscV5() error { 8 return m.transport.StopDiscV5() 9 }