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 ())
19
19
import Cardano.Crypto.VRF.Praos (PraosVRF )
20
20
import Cardano.Ledger.Keys (KeyHash (.. ), KeyRole (.. ), VerKeyVRF ())
21
21
import Cardano.Prelude
22
+ import Cardano.Protocol.Crypto
22
23
import Codec.Binary.Bech32
23
24
import Prelude (id )
24
25
@@ -53,7 +54,7 @@ deserialiseFromBech32 s = decodeLenient' s >>= dataPartToBytes'
53
54
54
55
55
56
-- | Serialise a Verification Key to bech32 address
56
- serialiseVerKeyVrfToBech32 :: VerKeyVRF ( VRF PraosVRF ) -> Text
57
+ serialiseVerKeyVrfToBech32 :: VerKeyVRF PraosVRF -> Text
57
58
serialiseVerKeyVrfToBech32 =
58
59
serialiseToBech32 " vrf_vk" . rawSerialiseVerKeyVRF
59
60
You can’t perform that action at this time.
0 commit comments