From a7e33548df8e312e317bb8fef802fe09fcaf6b12 Mon Sep 17 00:00:00 2001 From: Michael Karg Date: Mon, 4 Nov 2024 10:43:15 +0100 Subject: [PATCH] fixup post-refactor --- bench/tx-generator/test/ApiTest.hs | 2 +- nix/workbench/profile/prof2-pparams.jq | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bench/tx-generator/test/ApiTest.hs b/bench/tx-generator/test/ApiTest.hs index cc22e36d71f..5edb59392a1 100644 --- a/bench/tx-generator/test/ApiTest.hs +++ b/bench/tx-generator/test/ApiTest.hs @@ -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) diff --git a/nix/workbench/profile/prof2-pparams.jq b/nix/workbench/profile/prof2-pparams.jq index 1d2efc00ebb..b068acd17b6 100644 --- a/nix/workbench/profile/prof2-pparams.jq +++ b/nix/workbench/profile/prof2-pparams.jq @@ -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):