We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62adf8a commit e8ef953Copy full SHA for e8ef953
1 file changed
cardano-api/src/Cardano/Api/Genesis/Internal/Parameters.hs
@@ -25,6 +25,7 @@ import Cardano.Slotting.Slot (EpochSize (..))
25
26
import Data.Time (NominalDiffTime, UTCTime)
27
import Data.Word (Word64)
28
+import GHC.Stack (HasCallStack)
29
30
-- ----------------------------------------------------------------------------
31
-- Genesis parameters
@@ -74,7 +75,7 @@ data GenesisParameters era
74
75
-- Conversion functions
76
--
77
-fromShelleyGenesis :: Shelley.ShelleyGenesis -> GenesisParameters ShelleyEra
78
+fromShelleyGenesis :: HasCallStack => Shelley.ShelleyGenesis -> GenesisParameters ShelleyEra
79
fromShelleyGenesis
80
sg@Shelley.ShelleyGenesis
81
{ Shelley.sgSystemStart
0 commit comments