Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/EraBased/Run/Genesis/CreateTestnet…
Browse files Browse the repository at this point in the history
…Data.hs

Co-authored-by: Pablo Lamela <[email protected]>
  • Loading branch information
smelc and palas authored Dec 11, 2024
1 parent 07bedaf commit 8fb4b87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ runGenesisCreateTestNetDataCmd
{ L.drepExpiry = EpochNo 1_000
, L.drepAnchor = SNothing
, L.drepDeposit = max (L.Coin 1_000_000) minDeposit
, L.drepDelegs = Set.empty -- We don't need to populate this field (field "initialDReps."keyHash-*"."delegators in the JSON)
, L.drepDelegs = Set.empty -- We don't need to populate this field (field "initialDReps"."keyHash-*"."delegators" in the JSON)
-- because its content is derived from the "delegs" field ("cgDelegs" above)
-- More context is provided here: https://github.com/IntersectMBO/cardano-cli/pull/987
}
Expand Down

0 comments on commit 8fb4b87

Please sign in to comment.