diff --git a/beacon_chain/spec/crypto.nim b/beacon_chain/spec/crypto.nim index e133b7495..9f77ccd8a 100644 --- a/beacon_chain/spec/crypto.nim +++ b/beacon_chain/spec/crypto.nim @@ -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()