diff --git a/docs/tutorials/vote-actions.mdx b/docs/tutorials/vote-actions.mdx index 3c91f784..f11c06c8 100644 --- a/docs/tutorials/vote-actions.mdx +++ b/docs/tutorials/vote-actions.mdx @@ -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 \