Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit 879a198

Browse files
authored
fix merged pr (#129)
1 parent d9927fe commit 879a198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x/nameservice/client/cli

x/nameservice/client/cli/tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func GetCmdDeleteName(cdc *codec.Codec) *cobra.Command {
9191
Short: "delete the name that you own along with it's associated fields",
9292
Args: cobra.ExactArgs(1),
9393
RunE: func(cmd *cobra.Command, args []string) error {
94-
cliCtx := context.NewCLIContext().WithCodec(cdc).WithAccountDecoder(cdc)
94+
cliCtx := context.NewCLIContext().WithCodec(cdc)
9595

9696
txBldr := auth.NewTxBuilderFromCLI().WithTxEncoder(utils.GetTxEncoder(cdc))
9797

0 commit comments

Comments
 (0)