Skip to content

Commit

Permalink
Merge #1627
Browse files Browse the repository at this point in the history
1627: Update mkfiles.sh to work with recent byron cli changes r=Jimbo4350 a=Jimbo4350



Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
  • Loading branch information
iohk-bors[bot] and Jimbo4350 committed Aug 3, 2020
2 parents 0ac92ea + 2c7144a commit 2cd7cf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/byron-shelley/mkfiles.sh
Expand Up @@ -243,7 +243,7 @@ cardano-cli issue-genesis-utxo-expenditure \
--txout "(\"$(head -n 1 byron/address-000)\", $FUNDS_PER_BYRON_ADDRESS)"

# Update Proposal and votes
cardano-cli byron create-update-proposal \
cardano-cli byron governance create-update-proposal \
--filepath update-proposal \
--testnet-magic 42 \
--signing-key byron/delegate-keys.000.key \
Expand All @@ -256,15 +256,15 @@ cardano-cli byron create-update-proposal \
--installer-hash 0

for N in ${BFT_NODES_N}; do
cardano-cli byron create-proposal-vote \
cardano-cli byron governance create-proposal-vote \
--proposal-filepath update-proposal \
--testnet-magic 42 \
--signing-key byron/delegate-keys.00$((${N} - 1)).key \
--vote-yes \
--output-filepath update-vote.00$((${N} - 1))
done

cardano-cli byron create-update-proposal \
cardano-cli byron governance create-update-proposal \
--filepath update-proposal-1 \
--testnet-magic 42 \
--signing-key byron/delegate-keys.000.key \
Expand All @@ -277,7 +277,7 @@ cardano-cli byron create-update-proposal \
--installer-hash 0

for N in ${BFT_NODES_N}; do
cardano-cli byron create-proposal-vote \
cardano-cli byron governance create-proposal-vote \
--proposal-filepath update-proposal-1 \
--testnet-magic 42 \
--signing-key byron/delegate-keys.00$((${N} - 1)).key \
Expand Down

0 comments on commit 2cd7cf0

Please sign in to comment.