diff options
Diffstat (limited to 'lds/odr.go')
-rw-r--r-- | lds/odr.go | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |