Skip to content

Commit

Permalink
update comment with @vgonkivs edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Jul 4, 2024
1 parent 087b493 commit 8e45c17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blob/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ func (s *Service) Get(
return
}

// GetProof returns an NMT inclusion proof for a blob within the specified namespace at the given
// height, using the given commitment. It employs the same algorithm as service.Get() internally.
// GetProof returns an NMT inclusion proof for a specified namespace to the respective row roots
// on which the blob spans on at the given height, using the given commitment.
// It employs the same algorithm as service.Get() internally.
func (s *Service) GetProof(
ctx context.Context,
height uint64,
Expand Down

0 comments on commit 8e45c17

Please sign in to comment.