diff --git a/eth/backend.go b/eth/backend.go index 6397923334..be2d032832 100644 --- a/eth/backend.go +++ b/eth/backend.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 diff --git a/eth/handler.go b/eth/handler.go index 8c2f5660df..1af9e755ba 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -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