Skip to content

Commit ccbecd6

Browse files
committed
wip
1 parent d319772 commit ccbecd6

File tree

1 file changed

+2
-1
lines changed
  • cardano-db-sync/src/Cardano/DbSync/Util

1 file changed

+2
-1
lines changed

cardano-db-sync/src/Cardano/DbSync/Util/Bech32.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import Cardano.Ledger.Crypto (VRF (..), StandardCrypto ())
1919
import Cardano.Crypto.VRF.Praos (PraosVRF)
2020
import Cardano.Ledger.Keys (KeyHash (..), KeyRole (..), VerKeyVRF ())
2121
import Cardano.Prelude
22+
import Cardano.Protocol.Crypto
2223
import Codec.Binary.Bech32
2324
import 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
5758
serialiseVerKeyVrfToBech32 =
5859
serialiseToBech32 "vrf_vk" . rawSerialiseVerKeyVRF
5960

0 commit comments

Comments
 (0)