Skip to content

Commit

Permalink
Fix haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Jul 9, 2024
1 parent fb1705b commit 33059ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ pTransferAmt =
rHexHash :: ()
=> SerialiseAsRawBytes (Hash a)
=> AsType a
-> Maybe String -- | Optional prefix to the error message
-> Maybe String -- ^ Optional prefix to the error message
-> ReadM (Hash a)
rHexHash a mErrPrefix =
Opt.eitherReader $
Expand Down Expand Up @@ -560,8 +560,8 @@ pGenesisDelegateVerificationKey =
-- | Reader for verification keys
rVerificationKey :: ()
=> SerialiseAsRawBytes (VerificationKey a)
=> AsType a -- | Singleton value identifying the kind of verification keys
-> Maybe String -- | Optional prefix to the error message
=> AsType a -- ^ Singleton value identifying the kind of verification keys
-> Maybe String -- ^ Optional prefix to the error message
-> ReadM (VerificationKey a)
rVerificationKey a mErrPrefix =
Opt.eitherReader $ first
Expand Down

0 comments on commit 33059ee

Please sign in to comment.