aboutsummaryrefslogtreecommitdiffstats
path: root/les/backend.go
diff options
context:
space:
mode:
Diffstat (limited to 'les/backend.go')
-rw-r--r--les/backend.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/les/backend.go b/les/backend.go
index 658c73c6e..a4e772671 100644
--- a/les/backend.go
+++ b/les/backend.go
@@ -70,8 +70,7 @@ type LightEthereum struct {
networkId uint64
netRPCService *ethapi.PublicNetAPI
- quitSync chan struct{}
- wg sync.WaitGroup
+ wg sync.WaitGroup
}
func New(ctx *node.ServiceContext, config *eth.Config) (*LightEthereum, error) {