We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72da4e5 commit f51217fCopy full SHA for f51217f
cardano-db-sync/src/Cardano/DbSync/Config/Types.hs
@@ -374,7 +374,7 @@ parseGenSyncNodeConfig o =
374
<$> fmap NetworkName (o .: "NetworkName")
375
<*> parseJSON (Object o)
376
<*> fmap NodeConfigFile (o .: "NodeConfigFile")
377
- <*> fmap (fromMaybe False) (o .:? "EnableFutureGenesis")
+ <*> fmap (fromMaybe True) (o .:? "EnableFutureGenesis")
378
<*> o .: "EnableLogging"
379
<*> o .: "EnableLogMetrics"
380
<*> fmap (fromMaybe 8080) (o .:? "PrometheusPort")
0 commit comments