Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jan 8, 2025
1 parent 7a68080 commit 20f268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/signing/signing.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (s *Service) SignG1(
s.keyCache[pubKeyHex] = blsKey
}
blsKey := s.keyCache[pubKeyHex]

g1Bytes := req.GetData()
g1Point := new(crypto.G1Point)
g1Point = g1Point.Deserialize(g1Bytes)
Expand Down

0 comments on commit 20f268d

Please sign in to comment.