From 41f67331e5c11b9db9ef1ee179d49270e2e82fbf Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:35:24 +0100 Subject: [PATCH] Update node.proto --- api/proto/node/node.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/proto/node/node.proto b/api/proto/node/node.proto index d8f52310e7..f3ddf50dca 100644 --- a/api/proto/node/node.proto +++ b/api/proto/node/node.proto @@ -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