Skip to content

Commit

Permalink
fix(x/auth): duplicate vesting subcommands of <appd> tx --help (#18746
Browse files Browse the repository at this point in the history
)

Co-authored-by: atheeshp <[email protected]>
  • Loading branch information
Halimao and atheeshp authored Dec 14, 2023
1 parent 7ddc46b commit f1e6729
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions x/auth/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"

gwruntime "github.com/grpc-ecosystem/grpc-gateway/runtime"
"github.com/spf13/cobra"

modulev1 "cosmossdk.io/api/cosmos/auth/module/v1"
"cosmossdk.io/core/address"
Expand All @@ -16,7 +15,6 @@ import (
"cosmossdk.io/x/auth/keeper"
"cosmossdk.io/x/auth/simulation"
"cosmossdk.io/x/auth/types"
"cosmossdk.io/x/auth/vesting/client/cli"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down Expand Up @@ -84,11 +82,6 @@ func (AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry)
types.RegisterInterfaces(registry)
}

// GetTxCmd returns the root tx command for the auth module.
func (ab AppModuleBasic) GetTxCmd() *cobra.Command {
return cli.GetTxCmd()
}

// AppModule implements an application module for the auth module.
type AppModule struct {
AppModuleBasic
Expand Down

0 comments on commit f1e6729

Please sign in to comment.