Skip to content

Commit 2266e64

Browse files
committed
bench: PR review feedback
1 parent e153e73 commit 2266e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench/locli/src/Cardano/Analysis/API/Context.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data GenesisSpec
3333

3434
-- support legacy profile content that does not specify DRep count
3535
instance FromJSON GenesisSpec where
36-
parseJSON = withObject "profile gensis" $ \o ->
36+
parseJSON = withObject "profile genesis" $ \o ->
3737
GenesisSpec
3838
<$> o .: "delegators"
3939
<*> o .: "utxo"

nix/workbench/profile/pparams/epoch-timeline.jq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ def epochs:
12331233
};
12341234

12351235
def lastKnownBabbageEpoch:
1236-
"492";
1236+
492;
12371237

12381238
def lastKnownEpoch:
12391239
epochs

0 commit comments

Comments
 (0)