aboutsummaryrefslogtreecommitdiffstats
path: root/les/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'les/server.go')
-rw-r--r--les/server.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/les/server.go b/les/server.go
index bc5dd0837..874586a7e 100644
--- a/les/server.go
+++ b/les/server.go
@@ -66,8 +66,9 @@ func (s *LesServer) Protocols() []p2p.Protocol {
return s.protocolManager.SubProtocols
}
-func (s *LesServer) Start() {
- s.protocolManager.Start()
+func (s *LesServer) Start(srvr *p2p.Server) {
+ s.protocolManager.Start(srvr)
+
}
func (s *LesServer) Stop() {