Skip to content

Commit 8fb4b87

Browse files
smelcpalas
andauthored
Update cardano-cli/src/Cardano/CLI/EraBased/Run/Genesis/CreateTestnetData.hs
Co-authored-by: Pablo Lamela <pablo.lamela@iohk.io>
1 parent 07bedaf commit 8fb4b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-cli/src/Cardano/CLI/EraBased/Run/Genesis/CreateTestnetData.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ runGenesisCreateTestNetDataCmd
516516
{ L.drepExpiry = EpochNo 1_000
517517
, L.drepAnchor = SNothing
518518
, L.drepDeposit = max (L.Coin 1_000_000) minDeposit
519-
, L.drepDelegs = Set.empty -- We don't need to populate this field (field "initialDReps."keyHash-*"."delegators in the JSON)
519+
, L.drepDelegs = Set.empty -- We don't need to populate this field (field "initialDReps"."keyHash-*"."delegators" in the JSON)
520520
-- because its content is derived from the "delegs" field ("cgDelegs" above)
521521
-- More context is provided here: https://github.com/IntersectMBO/cardano-cli/pull/987
522522
}

0 commit comments

Comments
 (0)