IntersectMBO / cardano-cli

This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
Apache License 2.0
43 stars 15 forks source link

Fix misunderstanding in generated README #726

Closed palas closed 6 months ago

palas commented 6 months ago

Changelog

- description: |
    Fixed misunderstanding in generated README file by `genesis create-testnet-data`.
  type:
   - bugfix

Context

This just fixes a wrong explanation that I wrote due to a misunderstanding that caused me to conflate the two types of DReps (Catalyst's and CIP-1694's).

I found out because I read a note in the CIP-1694 that precisely says:

Warning CIP-1694 DReps should not be conflated with Project Catalyst DReps.

How to trust this PR

If you don't know by heart whether this was actually a mistake. You can check the source here: https://www.1694.io/, under the Delegated representatives (DReps) section. You should also check I didn't make any typo.

Checklist