diff options
Diffstat (limited to 'lds/fetcher.go')
-rw-r--r-- | lds/fetcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/fetcher.go b/lds/fetcher.go index fd1ba19a9..f96bd1d79 100644 --- a/lds/fetcher.go +++ b/lds/fetcher.go @@ -42,7 +42,7 @@ const ( // and announced that block. type lightFetcher struct { pm *ProtocolManager - odr *LesOdr + odr *LdsOdr chain *light.LightChain lock sync.Mutex // lock protects access to the fetcher's internal state variables except sent requests |