We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335abdc commit fade09aCopy full SHA for fade09a
eth/backend.go
@@ -88,7 +88,6 @@ type Ethereum struct {
88
89
func (s *Ethereum) AddLesServer(ls LesServer) {
90
s.lesServer = ls
91
- s.protocolManager.lesServer = ls
92
}
93
94
// New creates a new Ethereum object (including the
eth/handler.go
@@ -87,8 +87,6 @@ type ProtocolManager struct {
87
quitSync chan struct{}
noMorePeers chan struct{}
- lesServer LesServer
-
// wait group is used for graceful shutdowns during downloading
// and processing
wg sync.WaitGroup
0 commit comments