We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e192227 commit 07bedafCopy full SHA for 07bedaf
cardano-cli/src/Cardano/CLI/EraBased/Run/Genesis/CreateTestnetData.hs
@@ -516,7 +516,9 @@ runGenesisCreateTestNetDataCmd
516
{ L.drepExpiry = EpochNo 1_000
517
, L.drepAnchor = SNothing
518
, L.drepDeposit = max (L.Coin 1_000_000) minDeposit
519
- , L.drepDelegs = Set.empty
+ , L.drepDelegs = Set.empty -- We don't need to populate this field (field "initialDReps."keyHash-*"."delegators in the JSON)
520
+ -- because its content is derived from the "delegs" field ("cgDelegs" above)
521
+ -- More context is provided here: https://github.com/IntersectMBO/cardano-cli/pull/987
522
}
523
)
524
0 commit comments