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

transaction build still takes --constitution-file ; it should be any --action-file #199

Closed
CarlosLopezDeLara opened this issue Aug 23, 2023 · 1 comment

Comments

@CarlosLopezDeLara
Copy link
Contributor

CarlosLopezDeLara commented Aug 23, 2023

This command

cardano-cli transaction build 
...
  --vote-file FILE         Filepath of the vote.
  --constitution-file FILE Filepath of the constitution.
...

should be

cardano-cli transaction build 
...
  --vote-file FILE         Filepath of the vote.
  --action-file FILE      Filepath of the action file.
...

This will become obvious when we are trying to submit any other type of governance action.

@CarlosLopezDeLara
Copy link
Contributor Author

Resolved in #219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant