p2p/discv5: added new topic discovery package
This commit is contained in:
committed by
Felix Lange
parent
7db7109a5b
commit
49da42983a
@ -196,7 +196,7 @@ func (s *LightEthereum) Protocols() []p2p.Protocol {
|
||||
// Ethereum protocol implementation.
|
||||
func (s *LightEthereum) Start(srvr *p2p.Server) error {
|
||||
s.netRPCService = ethapi.NewPublicNetAPI(srvr, s.netVersionId)
|
||||
s.protocolManager.Start()
|
||||
s.protocolManager.Start(srvr)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user