aboutsummaryrefslogtreecommitdiffstats
path: root/lds/fetcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'lds/fetcher.go')
-rw-r--r--lds/fetcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/fetcher.go b/lds/fetcher.go
index b58918a08..f1a260abe 100644
--- a/lds/fetcher.go
+++ b/lds/fetcher.go
@@ -498,7 +498,7 @@ func (f *lightFetcher) nextRequest() (*distReq, uint64, bool) {
time.Sleep(hardRequestTimeout)
f.timeoutChn <- reqID
}()
- return func() { p.RequestHeadersByHash(reqID, cost, bestHash, int(bestAmount), 0, true) }
+ return func() { p.RequestHeadersByHash(reqID, cost, bestHash, int(bestAmount), 0, true, true) }
},
}
}