Skip to content

Commit

Permalink
refactor: add signature to DispersePaidBlob, rm DispersePaidBlobAuthe…
Browse files Browse the repository at this point in the history
…nticated
  • Loading branch information
hopeyen committed Oct 22, 2024
1 parent bdcea7f commit 6db26de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/grpc/disperser/disperser.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/disperser/disperser.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ message DisperseBlobReply {
// The request ID generated by the disperser.
// Once a request is accepted (although not processed), a unique request ID will be
// generated.
// Three different DisperseBlobRequests (determined by the hash of the DisperseBlobRequest)
// Two different DisperseBlobRequests (determined by the hash of the DisperseBlobRequest)
// will have different IDs, and the same DisperseBlobRequest sent repeatedly at different
// times will also have different IDs.
// The client should use this ID to query the processing status of the request (via
Expand Down

0 comments on commit 6db26de

Please sign in to comment.