/
...
/
/
proposal-cancel-plan
Search
Duplicate
Try Notion
Page icon

proposal-cancel-plan

DESCRIPTION
Proposes to cancel a previously proposed software upgrade
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
CancelSoftwareUpgrade
Subcommand Path
sekaid tx upgrade
The CLI command, proposal-cancel-plan, is used to create a proposal to cancel an existing upgrade plan for the network. This proposal is not necessary if the goal is the replace an upgrade plan as the proposal-set-plan command overwrite any existing upgrade plan. The command accepts the following flags:
Flags:
$TITLE: The title of the proposal.
$DESCRIPTION: The description of the proposal.
$NAME: The name of the upgrade plan to be cancelled.
Bash
Copy
sekaid tx customgov proposal-cancel-plan \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ --name=$NAME
​