The CLI command, set-poor-network-msgs, is utilized to create a proposal for updating the allowed transaction message types during poor network conditions. The command accepts the following arguments and flags:
Args
$MESSAGES: A list of transaction message types that should be allowed during poor network conditions.
Flags
$TITLE: The title of the proposal, defaulting to "Update poor network messages".
$DESCRIPTION: The description of the proposal, defaulting to "Allowing submission of '[$MESSAGES]' during poor network conditions".
Bash
Copy
sekaid tx customgov proposal set-poor-network-msgs \
--from=$SIGNER $FLAGS_TX \
--title=$TITLE --description=$DESCRIPTION \
$MESSAGES