Skip to content

Commit a7e3354

Browse files
committed
fixup post-refactor
1 parent a29d6a9 commit a7e3354

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bench/tx-generator/test/ApiTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ main
9595
genesisValidate genesis
9696

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

100100
pure (nixService, nc, genesis, sigKey)
101101

nix/workbench/profile/prof2-pparams.jq

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def overlays:
3232
, "v9-preview": v9preview::delta
3333
, "v10-preview": v10preview::delta
3434
, "blocksize64k": blocksizes::delta_64kblocks
35-
, "voting": voting::delta_voting
3635
};
3736

3837
def pParamsWithOverlays(epoch; overlay_names):

0 commit comments

Comments
 (0)