Skip to content

Commit

Permalink
Fix num of DRepCredentials for transient parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 22, 2024
1 parent bc62e86 commit 75b5911
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 75b5911

Please sign in to comment.