[#1] Update comment lines

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/108/head
Alexey Vanin 2023-05-16 16:30:41 +03:00
parent 66b48d9017
commit 227d4ede42
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ import (
)
func (c *ServiceClientGRPC) signData(buf []byte, f func(key, sign []byte)) error {
// crypto package should not be used outside of API libraries (see neofs-node#491).
// For now tree service does not include into SDK Client nor SDK Pool, so there is no choice.
// When SDK library adopts Tree service client, this should be dropped.
sign, err := crypto.Sign(&c.key.PrivateKey, buf)
if err != nil {