@@ -1257,12 +1257,12 @@ instance Key GenesisVestedKey where
1257
1257
proxy = Proxy
1258
1258
1259
1259
getVerificationKey :: SigningKey GenesisVestedKey -> VerificationKey GenesisVestedKey
1260
- getVerificationKey (GenesisSigningKey sk) =
1260
+ getVerificationKey (GenesisVestedSigningKey sk) =
1261
1261
GenesisVestedVerificationKey (Sophie. VKey (Crypto. deriveVerKeyDSIGN sk))
1262
1262
1263
1263
verificationKeyHash :: VerificationKey GenesisVestedKey -> Hash GenesisVestedKey
1264
1264
verificationKeyHash (GenesisVestedVerificationKey vkey) =
1265
- GenesisKeyHash (Sophie. hashKey vkey)
1265
+ GenesisVestedKeyHash (Sophie. hashKey vkey)
1266
1266
1267
1267
1268
1268
instance SerialiseAsRawBytes (VerificationKey GenesisVestedKey ) where
@@ -1278,7 +1278,7 @@ instance SerialiseAsRawBytes (SigningKey GenesisVestedKey) where
1278
1278
Crypto. rawSerialiseSignKeyDSIGN sk
1279
1279
1280
1280
deserialiseFromRawBytes (AsSigningKey AsGenesisVestedKey ) bs =
1281
- GenesisSigningKey <$> Crypto. rawDeserialiseSignKeyDSIGN bs
1281
+ GenesisVestedSigningKey <$> Crypto. rawDeserialiseSignKeyDSIGN bs
1282
1282
1283
1283
1284
1284
newtype instance Hash GenesisVestedKey =
@@ -1289,7 +1289,7 @@ newtype instance Hash GenesisVestedKey =
1289
1289
deriving anyclass SerialiseAsCBOR
1290
1290
1291
1291
instance SerialiseAsRawBytes (Hash GenesisVestedKey ) where
1292
- serialiseToRawBytes (GenesisKeyHash (Sophie. KeyHash vkh)) =
1292
+ serialiseToRawBytes (GenesisVestedKeyHash (Sophie. KeyHash vkh)) =
1293
1293
Crypto. hashToBytes vkh
1294
1294
1295
1295
deserialiseFromRawBytes (AsHash AsGenesisVestedKey ) bs =
0 commit comments