p2p/discv5: added new topic discovery package
This commit is contained in:
committed by
Felix Lange
parent
7db7109a5b
commit
49da42983a
@ -66,8 +66,9 @@ func (s *LesServer) Protocols() []p2p.Protocol {
|
||||
return s.protocolManager.SubProtocols
|
||||
}
|
||||
|
||||
func (s *LesServer) Start() {
|
||||
s.protocolManager.Start()
|
||||
func (s *LesServer) Start(srvr *p2p.Server) {
|
||||
s.protocolManager.Start(srvr)
|
||||
|
||||
}
|
||||
|
||||
func (s *LesServer) Stop() {
|
||||
|
Reference in New Issue
Block a user