Skip to content

Commit

Permalink
Update nodebuilder/header/service.go
Browse files Browse the repository at this point in the history
Co-authored-by: rene <[email protected]>
  • Loading branch information
rach-id and renaynay authored Jul 19, 2024
1 parent 8bc6a66 commit 6917aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodebuilder/header/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func (s *Service) GetDataRootTupleInclusionProof(
return nil, err
}
log.Debugw("fetching the data root tuples", "start", start, "end", end)

tuples, err := s.fetchDataRootTuples(ctx, start, end)
if err != nil {
return nil, err
Expand Down

0 comments on commit 6917aa2

Please sign in to comment.