From b6820f1addd832f15b4d57dcb8bb4651580b62cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CDongLieu=E2=80=9D?= Date: Thu, 5 Dec 2024 14:02:37 +0700 Subject: [PATCH] updates Use to update-msg-params-proposal --- x/gov/autocli.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/gov/autocli.go b/x/gov/autocli.go index 89270bf2880e..dba150292cae 100644 --- a/x/gov/autocli.go +++ b/x/gov/autocli.go @@ -145,9 +145,9 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions { }, { RpcMethod: "UpdateMessageParams", - Use: "update-params-msg-url-params ", + Use: "update-msg-params-proposal ", Short: "Submit a proposal to update gov module message params. Note: the entire params must be provided.", - Example: fmt.Sprintf(`%s tx gov update-params-msg-url-params [msg-url]'{ params }'`, version.AppName), + Example: fmt.Sprintf(`%s tx gov update-msg-params-proposal [msg-url]'{ params }'`, version.AppName), PositionalArgs: []*autocliv1.PositionalArgDescriptor{ {ProtoField: "msg_url"}, {ProtoField: "params"},