Skip to content

Commit f4d8bb0

Browse files
committed
fix(cmd): remove address encodr from tx cmd init
Signed-off-by: Artur Troian <[email protected]>
1 parent fa11f6f commit f4d8bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/akash/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig sdkutil.EncodingConfig)
122122
AddGenesisAccountCmd(app.DefaultHome),
123123
cli.EventsCmd(),
124124
cli.QueryCmd(),
125-
cli.TxCmd(encodingConfig.SigningOptions.ValidatorAddressCodec, encodingConfig.SigningOptions.AddressCodec),
125+
cli.TxCmd(),
126126
keys.Commands(),
127127
genesisCommand(encodingConfig),
128128
cmtcli.NewCompletionCmd(rootCmd, true),

0 commit comments

Comments
 (0)