aboutsummaryrefslogtreecommitdiffstats
path: root/lds/backend.go
diff options
context:
space:
mode:
Diffstat (limited to 'lds/backend.go')
-rw-r--r--lds/backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/backend.go b/lds/backend.go
index bc0fe0bff..d3bbe0e03 100644
--- a/lds/backend.go
+++ b/lds/backend.go
@@ -49,7 +49,7 @@ type LightDexon struct {
ldsCommons
odr *LdsOdr
- relay *LesTxRelay
+ relay *LdsTxRelay
chainConfig *params.ChainConfig
// Channel for shutting down the service
shutdownChan chan bool