You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long: "Submit a software upgrade along with an initial deposit.\n"+
43
-
"Please specify a unique name and height OR time for the upgrade to take effect.\n"+
36
+
"Please specify a unique name and height for the upgrade to take effect.\n"+
44
37
"You may include info to reference a binary download link, in a format compatible with: https://github.com/line/lbm-sdk/tree/master/cosmovisor",
cmd.Flags().String(cli.FlagTitle, "", "title of proposal")
77
70
cmd.Flags().String(cli.FlagDescription, "", "description of proposal")
78
71
cmd.Flags().String(cli.FlagDeposit, "", "deposit of proposal")
79
-
cmd.Flags().Int64(FlagUpgradeHeight, 0, "The height at which the upgrade must happen (not to be used together with --upgrade-time)")
80
-
cmd.Flags().String(FlagUpgradeTime, "", fmt.Sprintf("The time at which the upgrade must happen (ex. %s) (not to be used together with --upgrade-height)", TimeFormat))
72
+
cmd.Flags().Int64(FlagUpgradeHeight, 0, "The height at which the upgrade must happen")
81
73
cmd.Flags().String(FlagUpgradeInfo, "", "Optional info for the planned upgrade such as commit hash, etc.")
0 commit comments