From 7ebeb4c89b939925f4008dcb607deefd55f59b22 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Tue, 15 Mar 2022 19:54:21 +0300 Subject: [PATCH] [#1243] node/object: Fix comment Signed-off-by: Pavel Karpy --- cmd/neofs-node/object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/neofs-node/object.go b/cmd/neofs-node/object.go index 3eff7c53..e8e5332b 100644 --- a/cmd/neofs-node/object.go +++ b/cmd/neofs-node/object.go @@ -327,7 +327,7 @@ func initObjectService(c *cfg) { ) // build service pipeline - // grpc | | acl | signature | response | split + // grpc | | signature | response | acl | split splitSvc := objectService.NewTransportSplitter( c.cfgGRPC.maxChunkSize,