Skip to content

Commit

Permalink
Update node.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Dec 16, 2024
1 parent da1fce2 commit 41f6733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/proto/node/node.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ service Dispersal {
// for the protocol-defined length of custody. It will return a signature at the
// end to attest to the data in this request it has processed.
rpc StoreChunks(StoreChunksRequest) returns (StoreChunksReply) {}
// StoreBlobs is simiar to StoreChunks, but it stores the blobs using a different storage schema
// StoreBlobs is similar to StoreChunks, but it stores the blobs using a different storage schema
// so that the stored blobs can later be aggregated by AttestBatch method to a bigger batch.
// StoreBlobs + AttestBatch will eventually replace and deprecate StoreChunks method.
// DEPRECATED: StoreBlobs method is not used
Expand Down

0 comments on commit 41f6733

Please sign in to comment.