Skip to content

Commit

Permalink
Update disperser.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Dec 12, 2024
1 parent a3496b9 commit 881c475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/proto/disperser/disperser.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ service Disperser {
rpc DisperseBlob(DisperseBlobRequest) returns (DisperseBlobReply) {}

// DisperseBlobAuthenticated is similar to DisperseBlob, except that it requires the
// client to authenticate itself via the AuthenticationData message. The protoco is as follows:
// client to authenticate itself via the AuthenticationData message. The protocol is as follows:
// 1. The client sends a DisperseBlobAuthenticated request with the DisperseBlobRequest message
// 2. The Disperser sends back a BlobAuthHeader message containing information for the client to
// verify and sign.
Expand Down

0 comments on commit 881c475

Please sign in to comment.