diff options
Diffstat (limited to 'lds/backend.go')
-rw-r--r-- | lds/backend.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lds/backend.go b/lds/backend.go index 09cf36f6d..06c734791 100644 --- a/lds/backend.go +++ b/lds/backend.go @@ -46,7 +46,7 @@ import ( ) type LightDexon struct { - lesCommons + ldsCommons odr *LesOdr relay *LesTxRelay @@ -92,7 +92,7 @@ func New(ctx *node.ServiceContext, config *eth.Config) (*LightDexon, error) { quitSync := make(chan struct{}) leth := &LightDexon{ - lesCommons: lesCommons{ + ldsCommons: ldsCommons{ chainDb: chainDb, config: config, iConfig: light.DefaultClientIndexerConfig, |