mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
remove SigKey.init (unused, fixes #664)
This commit is contained in:
parent
3439763a9e
commit
d853d7c024
@ -125,9 +125,6 @@ func pubKey*(pk: ValidatorPrivKey): ValidatorPubKey =
|
||||
func init(T: type VerKey): VerKey =
|
||||
result.point.inf()
|
||||
|
||||
func init(T: type SigKey): SigKey =
|
||||
result.point.inf()
|
||||
|
||||
func init(T: type Signature): Signature =
|
||||
result.point.inf()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user