Skip to content

Commit

Permalink
fixup post-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Nov 26, 2024
1 parent a29d6a9 commit a7e3354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bench/tx-generator/test/ApiTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ main
genesisValidate genesis

sigKey :: SigningKey PaymentKey <-
hoistEither =<< handleIOExceptT IOError (readSigningKeyFile $ _nix_sigKey nixService)
hoistEither =<< handleIOExceptT IOError (readPaymentKeyFile $ _nix_sigKey nixService)

pure (nixService, nc, genesis, sigKey)

Expand Down
1 change: 0 additions & 1 deletion nix/workbench/profile/prof2-pparams.jq
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def overlays:
, "v9-preview": v9preview::delta
, "v10-preview": v10preview::delta
, "blocksize64k": blocksizes::delta_64kblocks
, "voting": voting::delta_voting
};

def pParamsWithOverlays(epoch; overlay_names):
Expand Down

0 comments on commit a7e3354

Please sign in to comment.