From 296787fb404212631d3167406bd369cd941a81b5 Mon Sep 17 00:00:00 2001 From: Sonic Date: Mon, 6 May 2019 17:16:53 +0800 Subject: lds: rename LesOdrRequest and LesRequest to LdsOdrRequest and LdsRequest --- lds/odr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lds/odr.go') diff --git a/lds/odr.go b/lds/odr.go index 942ad340b..438ccc675 100644 --- a/lds/odr.go +++ b/lds/odr.go @@ -100,7 +100,7 @@ type Msg struct { // Retrieve tries to fetch an object from the LES network. // If the network retrieval was successful, it stores the object in local db. func (odr *LdsOdr) Retrieve(ctx context.Context, req light.OdrRequest) (err error) { - lreq := LesRequest(req) + lreq := LdsRequest(req) reqID := genReqID() rq := &distReq{ -- cgit v1.2.3