Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
log l1 URL (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 authored Aug 31, 2022
1 parent 498773d commit e8c1b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l1interop/l1sseclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func (l *l1SseClient) Do() {

func (l *l1SseClient) sendCarResponse(ctx context.Context, l1Addr string, dr *types.DagTraversalRequest) error {
respUrl := fmt.Sprintf(l1PostURL, l1Addr, dr.Root.String(), dr.RequestId.String())
log.Infow("will send back CAR file using HTTP POST to L1", "l1", l1Addr, "url", respUrl)

prd, pw := io.Pipe()
defer prd.Close()
Expand Down

0 comments on commit e8c1b5f

Please sign in to comment.