diff --git a/client/client.go b/client/client.go index 014b3d7..f704089 100644 --- a/client/client.go +++ b/client/client.go @@ -98,7 +98,6 @@ func (c *Client) Dial(ctx context.Context, prm PrmDial) error { c.setFrostFSAPIServer((*coreServer)(&c.c)) - // TODO: (neofs-api-go#382) perform generic dial stage of the client.Client _, err := rpc.Balance(&c.c, new(v2accounting.BalanceRequest), client.WithContext(ctx), )