eth: remove les server from protocol manager (#14625)

pull/14634/head
Alan Chen 8 years ago committed by Felix Lange
parent 335abdceb1
commit fade09a7ff
  1. 1
      eth/backend.go
  2. 2
      eth/handler.go

@ -88,7 +88,6 @@ type Ethereum struct {
func (s *Ethereum) AddLesServer(ls LesServer) {
s.lesServer = ls
s.protocolManager.lesServer = ls
}
// New creates a new Ethereum object (including the

@ -87,8 +87,6 @@ type ProtocolManager struct {
quitSync chan struct{}
noMorePeers chan struct{}
lesServer LesServer
// wait group is used for graceful shutdowns during downloading
// and processing
wg sync.WaitGroup

Loading…
Cancel
Save