Skip to content

Commit

Permalink
fix(release-scripts): Remove deprecated --use-explicit-action-type
Browse files Browse the repository at this point in the history
…from ic-admin command in submit-mainnet-nns-upgrade-proposal.sh (#2521)

This PR removes the `--use-explicit-action-type` option from the
ic-admin command in submit-mainnet-nns-upgrade-proposal.sh as it has
been deprecated.
  • Loading branch information
aterga authored Nov 9, 2024
1 parent 7452471 commit 48f45c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ submit_nns_upgrade_proposal_mainnet() {
--wasm-module-path="$WASM_GZ"

# Misc
--use-explicit-action-type true
--wasm-module-sha256="$WASM_SHA"
--proposer="$NEURON_ID"
)
Expand Down

0 comments on commit 48f45c1

Please sign in to comment.