Skip to content

Commit

Permalink
Remove unused defaultProtocolParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 8, 2024
1 parent 73b1dd1 commit 798216f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion hydra-cluster/hydra-cluster.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ library
, cardano-slotting
, containers
, contra-tracer
, data-default
, directory
, filepath
, http-conduit
Expand Down
4 changes: 0 additions & 4 deletions hydra-cluster/src/Hydra/Generator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Cardano.Api.UTxO qualified as UTxO
import CardanoClient (QueryPoint (QueryTip), buildTransaction, mkGenesisTx, queryUTxOFor)
import Control.Monad (foldM)
import Data.Aeson (object, withObject, (.:), (.=))
import Data.Default (def)
import Hydra.Cluster.Faucet (FaucetException (..))
import Hydra.Cluster.Fixture (availableInitialFunds)
import Hydra.Ledger.Cardano (mkTransferTx)
Expand Down Expand Up @@ -87,9 +86,6 @@ instance FromJSON ClientDataset where
parseSigningKey =
either (fail . show) pure . deserialiseFromTextEnvelope (AsSigningKey AsPaymentKey)

defaultProtocolParameters :: PParams LedgerEra
defaultProtocolParameters = def

-- | Generate a 'Dataset' which does not grow the per-client UTXO set over time.
-- This version provided faucet key owns funds on the initial funds of the
-- devnet (See 'availableInitialFunds' and 'genesis-shelley.json'). Then for a
Expand Down

0 comments on commit 798216f

Please sign in to comment.