diff --git a/core/src/Pos/Core/Configuration/Core.hs b/core/src/Pos/Core/Configuration/Core.hs index a18bcc7a8fa..330035fcaab 100644 --- a/core/src/Pos/Core/Configuration/Core.hs +++ b/core/src/Pos/Core/Configuration/Core.hs @@ -41,12 +41,12 @@ data GenesisConfiguration -- | Genesis from a 'GenesisSpec'. = GCSpec !GenesisSpec -- | 'GenesisData' is stored in a file. - | GCSrc { gcsFile :: !FilePath + | GCSrc !FilePath -- ^ Path to file where 'GenesisData' is stored. Must be -- in JSON, not necessary canonical. - , gcsHash :: !(Hash Raw) + !(Hash Raw) -- ^ Hash of canonically encoded 'GenesisData'. - } + deriving (Show) data CoreConfiguration = CoreConfiguration