Skip to content

Commit

Permalink
Merge pull request #948 from IntersectMBO/fix-num-of-transient-dreps-…
Browse files Browse the repository at this point in the history
…generated

Fix num of `DRep` credentials generated for transient parameter
  • Loading branch information
carbolymer authored Oct 22, 2024
2 parents 9197c62 + 75b5911 commit 3bcbe27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ runGenesisCreateTestNetDataCmd
mapAccumM
(\g' _ -> swap . first getVerificationKey <$> generateInsecureSigningKey g' AsDRepKey)
g
[1 .. numOfStakeDelegators]
[1 .. numOfDRepCredentials]

when (0 < numOfDRepCredentials && dRepCredentialGenerationMode == OnDisk) $
writeREADME drepsDir drepsREADME
Expand Down

0 comments on commit 3bcbe27

Please sign in to comment.