aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
Diffstat (limited to 'eth')
-rw-r--r--eth/backend.go1
-rw-r--r--eth/handler.go2
2 files changed, 0 insertions, 3 deletions
diff --git a/eth/backend.go b/eth/backend.go
index 639792333..be2d03283 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 8c2f5660d..1af9e755b 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