Skip to content

Commit

Permalink
Merge pull request #1265 from CosmWasm/chore_dev
Browse files Browse the repository at this point in the history
Minor chore
  • Loading branch information
alpe authored Mar 16, 2023
2 parents bb13192 + 299f792 commit c245f7d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions x/wasm/alias.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint
// autogenerated code using github.com/rigelrozanski/multitool
// aliases generated for the following subdirectories:
// ALIASGEN: github.com/Cosmwasm/wasmd/x/wasm/types
Expand Down Expand Up @@ -115,7 +114,7 @@ type (
BankEncoder = keeper.BankEncoder
CustomEncoder = keeper.CustomEncoder
StakingEncoder = keeper.StakingEncoder
WasmEncoder = keeper.WasmEncoder
WasmEncoder = keeper.WasmEncoder //nolint:revive
MessageEncoders = keeper.MessageEncoders
Keeper = keeper.Keeper
QueryHandler = keeper.QueryHandler
Expand Down
3 changes: 0 additions & 3 deletions x/wasm/client/cli/gov_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,6 @@ func ProposalUpdateContractAdminCmd() *cobra.Command {
}

src := parseUpdateContractAdminArgs(args, clientCtx)
if err != nil {
return err
}

content := types.UpdateAdminProposal{
Title: proposalTitle,
Expand Down
3 changes: 0 additions & 3 deletions x/wasm/client/cli/new_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ func UpdateContractAdminCmd() *cobra.Command {
}

msg := parseUpdateContractAdminArgs(args, clientCtx)
if err != nil {
return err
}
if err := msg.ValidateBasic(); err != nil {
return err
}
Expand Down
2 changes: 1 addition & 1 deletion x/wasm/types/query.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c245f7d

Please sign in to comment.