Skip to content

Commit

Permalink
chore: properly skip update-params cli
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 5, 2023
1 parent b2099d3 commit 6f26bcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion module/autocli.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
{ProtoField: "sender"},
},
},
// The UpdateParams tx is purposely left empty, the MsgUpdateParams is gov gated.
{
RpcMethod: "UpdateParams",
Skip: true, // This is a authority gated tx, so we skip it.
},
},
},
}
Expand Down

0 comments on commit 6f26bcf

Please sign in to comment.