Skip to content

Commit

Permalink
bench: PR review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Sep 7, 2024
1 parent c5e53c0 commit 7d4d969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/locli/src/Cardano/Analysis/API/Context.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data GenesisSpec

-- support legacy profile content that does not specify DRep count
instance FromJSON GenesisSpec where
parseJSON = withObject "profile gensis" $ \o ->
parseJSON = withObject "profile genesis" $ \o ->
GenesisSpec
<$> o .: "delegators"
<*> o .: "utxo"
Expand Down
2 changes: 1 addition & 1 deletion nix/workbench/profile/pparams/epoch-timeline.jq
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ def epochs:
};

def lastKnownBabbageEpoch:
"492";
492;

def lastKnownEpoch:
epochs
Expand Down

0 comments on commit 7d4d969

Please sign in to comment.