forked from TrueCloudLab/frostfs-node
[#33] services/session: Fix signature service constructor
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
c312e11f6e
commit
4024b3c30e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ type signService struct {
|
|||
func NewSignService(key *ecdsa.PrivateKey, svc session.Service) session.Service {
|
||||
return &signService{
|
||||
sigSvc: util.NewUnarySignService(key),
|
||||
svc: svc,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue