diff --git a/cmd/ethermintd/root.go b/cmd/ethermintd/root.go index 104e416eee..75188ee924 100644 --- a/cmd/ethermintd/root.go +++ b/cmd/ethermintd/root.go @@ -182,6 +182,7 @@ func txCommand() *cobra.Command { authcmd.GetBroadcastCommand(), authcmd.GetEncodeCommand(), authcmd.GetDecodeCommand(), + authcmd.GetAuxToFeeCommand(), ) app.ModuleBasics.AddTxCommands(cmd)