upgrade proposal needs tx flags. (#6981)
* upgrade proposal needs tx flags * use AddTxFlagToCmd to every proposal command Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
This commit is contained in:
co-authored by
Alessio Treglia
Alexander Bezobchuk
parent
a555b2cd4c
commit
4c762db64e
@@ -61,6 +61,7 @@ func NewTxCmd(propCmds []*cobra.Command) *cobra.Command {
|
||||
|
||||
cmdSubmitProp := NewCmdSubmitProposal()
|
||||
for _, propCmd := range propCmds {
|
||||
flags.AddTxFlagsToCmd(propCmd)
|
||||
cmdSubmitProp.AddCommand(propCmd)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user