diff --git a/core/Pos/Core/Configuration/Core.hs b/core/Pos/Core/Configuration/Core.hs index 9f20335682e..ec01d458cef 100644 --- a/core/Pos/Core/Configuration/Core.hs +++ b/core/Pos/Core/Configuration/Core.hs @@ -27,12 +27,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