Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misunderstanding in generated README #726

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ delegatesREADME = Text.intercalate "\n"

drepsREADME :: Text.Text
drepsREADME = Text.intercalate "\n"
["Keys generated by the --drep-keys flag. These keys are for Delegate Representatives (DReps) that make decisions in",
"Funds of the Catalyst Project. Delegators that do not want to vote for each decision will pick DReps in line with",
["Keys generated by the --drep-keys flag. These keys are for Delegate Representatives (DReps) that make decisions",
"related to Cardano governance. Delegators that do not want to vote for each decision will pick DReps in line with",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me. Can you check with @CarlosLopezDeLara too?

"their views delegate their voting power to them. The DRep's in this generated testnet data will automatically get",
"registered and all the stake delegators (if any) will automatically delegate their vote to one of the DReps here."]

Expand Down
Loading