Skip to content

Commit

Permalink
cardano-testnet: don't specify delegated supply anymore. Use create-t…
Browse files Browse the repository at this point in the history
…estnet-data default behavior.
  • Loading branch information
smelc committed Oct 1, 2024
1 parent 8e6c3b9 commit 2643457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cardano-testnet/src/Testnet/Components/Configuration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ createSPOGenesisAndFiles (NumPools numPoolNodes) (NumDReps numDelReps) maxSupply
, "--spec-conway", inputGenesisConwayFp
, "--testnet-magic", show testnetMagic
, "--pools", show numPoolNodes
, "--total-supply", show maxSupply
, "--delegated-supply", show (maxSupply `div` 2) -- Required until https://github.com/IntersectMBO/cardano-cli/pull/874 is integrated
, "--total-supply", show maxSupply -- Half of this will be delegated, see https://github.com/IntersectMBO/cardano-cli/pull/874
, "--stake-delegators", show numStakeDelegators
, "--utxo-keys", show numSeededUTxOKeys
, "--drep-keys", show numDelReps
Expand Down

0 comments on commit 2643457

Please sign in to comment.