Skip to content

Commit

Permalink
create-testnet-data's implementation: explain why drepDelegs can be l…
Browse files Browse the repository at this point in the history
…eft empty
  • Loading branch information
smelc committed Dec 11, 2024
1 parent 3c0af7a commit a12df9d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,9 @@ runGenesisCreateTestNetDataCmd
{ L.drepExpiry = EpochNo 1_000
, L.drepAnchor = SNothing
, L.drepDeposit = max (L.Coin 1_000_000) minDeposit
, L.drepDelegs = Set.empty
, 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 a12df9d

Please sign in to comment.