aboutsummaryrefslogtreecommitdiffstats
path: root/lds/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'lds/server.go')
-rw-r--r--lds/server.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lds/server.go b/lds/server.go
index f45b0fa44..1878917c0 100644
--- a/lds/server.go
+++ b/lds/server.go
@@ -39,7 +39,7 @@ import (
)
type LesServer struct {
- lesCommons
+ ldsCommons
fcManager *flowcontrol.ClientManager // nil if our node is client only
fcCostStats *requestCostStats
@@ -62,7 +62,7 @@ func NewLesServer(eth *eth.Ethereum, config *eth.Config) (*LesServer, error) {
}
srv := &LesServer{
- lesCommons: lesCommons{
+ ldsCommons: ldsCommons{
config: config,
chainDb: eth.ChainDb(),
iConfig: light.DefaultServerIndexerConfig,