Skip to content

Commit

Permalink
Update vote-actions.mdx
Browse files Browse the repository at this point in the history
remove --conway-era and change to cardano-cli conway format
  • Loading branch information
rickymac68 authored Oct 20, 2023
1 parent e693b44 commit 63153e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/vote-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cardano-cli conway governance vote create \
- Build the transaction:

```
cardano-cli transaction build --testnet-magic 4 --conway-era \
cardano-cli conway transaction build --testnet-magic 4 \
--tx-in "$(cardano-cli query utxo --address $(cat payment.addr) --testnet-magic 4 --out-file /dev/stdout | jq -r 'keys[0]')" \
--change-address $(cat payment.addr) \
--vote-file df58f714c0765f3489afb6909384a16c31d600695be7e86ff9c59cf2e8a48c79-constitution.vote \
Expand Down

0 comments on commit 63153e5

Please sign in to comment.