Finish remaining rebranding #107

Merged
alexvanin merged 1 commit from alexvanin/frostfs-s3-gw:fix/1-more into support/v0.27 2023-07-26 21:08:00 +00:00

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 {