aboutsummaryrefslogtreecommitdiffstats
path: root/lds/bloombits.go
diff options
context:
space:
mode:
Diffstat (limited to 'lds/bloombits.go')
-rw-r--r--lds/bloombits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/bloombits.go b/lds/bloombits.go
index 9dcfd52fc..79115b15b 100644
--- a/lds/bloombits.go
+++ b/lds/bloombits.go
@@ -43,7 +43,7 @@ const (
// startBloomHandlers starts a batch of goroutines to accept bloom bit database
// retrievals from possibly a range of filters and serving the data to satisfy.
-func (eth *LightEthereum) startBloomHandlers(sectionSize uint64) {
+func (eth *LightDexon) startBloomHandlers(sectionSize uint64) {
for i := 0; i < bloomServiceThreads; i++ {
go func() {
for {