Skip to content

Commit

Permalink
add: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed May 6, 2024
1 parent e1fe401 commit 1ce839c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridge/setu/processor/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ func (sp *SpanProcessor) fetchNextSpanDetails(id uint64, start uint64) (*types.S
q.Add("proposer", helper.GetFromAddress(sp.cliCtx).String())
req.URL.RawQuery = q.Encode()

fmt.Println("AS: fetch next span details -- ", req.URL.String())

// fetch next span details
result, err := helper.FetchFromAPI(sp.cliCtx, req.URL.String())
if err != nil {
Expand Down

0 comments on commit 1ce839c

Please sign in to comment.