Skip to content

Commit

Permalink
Update individual eras golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 2, 2023
1 parent ac8f6b3 commit f9f9f5f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Usage: cardano-cli babbage governance (create-mir-certificate | action)
Usage: cardano-cli babbage governance
( create-mir-certificate
| action
| create-poll
| answer-poll
| verify-poll
)

Governance commands.

Expand All @@ -9,3 +15,6 @@ Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands.
create-poll Create an SPO poll
answer-poll Answer an SPO poll
verify-poll Verify an answer to a given SPO poll
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Usage: cardano-cli latest governance (create-mir-certificate | action)
Usage: cardano-cli latest governance
( create-mir-certificate
| action
| create-poll
| answer-poll
| verify-poll
)

Governance commands.

Expand All @@ -9,3 +15,6 @@ Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands.
create-poll Create an SPO poll
answer-poll Answer an SPO poll
verify-poll Verify an answer to a given SPO poll

0 comments on commit f9f9f5f

Please sign in to comment.