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 c5e53c0 commit 7d4d969Copy full SHA for 7d4d969
bench/locli/src/Cardano/Analysis/API/Context.hs
@@ -33,7 +33,7 @@ data GenesisSpec
33
34
-- support legacy profile content that does not specify DRep count
35
instance FromJSON GenesisSpec where
36
- parseJSON = withObject "profile gensis" $ \o ->
+ parseJSON = withObject "profile genesis" $ \o ->
37
GenesisSpec
38
<$> o .: "delegators"
39
<*> o .: "utxo"
nix/workbench/profile/pparams/epoch-timeline.jq
@@ -1233,7 +1233,7 @@ def epochs:
1233
};
1234
1235
def lastKnownBabbageEpoch:
1236
- "492";
+ 492;
1237
1238
def lastKnownEpoch:
1239
epochs
0 commit comments