File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
cardano-db-sync/src/Cardano/DbSync/Util Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import Cardano.Ledger.Crypto (VRF (..), StandardCrypto ())
1919import Cardano.Crypto.VRF.Praos (PraosVRF )
2020import Cardano.Ledger.Keys (KeyHash (.. ), KeyRole (.. ), VerKeyVRF ())
2121import Cardano.Prelude
22+ import Cardano.Protocol.Crypto
2223import Codec.Binary.Bech32
2324import Prelude (id )
2425
@@ -53,7 +54,7 @@ deserialiseFromBech32 s = decodeLenient' s >>= dataPartToBytes'
5354
5455
5556-- | Serialise a Verification Key to bech32 address
56- serialiseVerKeyVrfToBech32 :: VerKeyVRF ( VRF PraosVRF ) -> Text
57+ serialiseVerKeyVrfToBech32 :: VerKeyVRF PraosVRF -> Text
5758serialiseVerKeyVrfToBech32 =
5859 serialiseToBech32 " vrf_vk" . rawSerialiseVerKeyVRF
5960
You can’t perform that action at this time.
0 commit comments