fix(cmd): add missing GetAuxToFeeCommand (#1504)

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
This commit is contained in:
Federico Kunze Küllmer
2022-11-29 14:17:46 +04:00
committed by GitHub
co-authored by MalteHerrmann
parent 1788e9441d
commit 5fbe1099ba
+1
View File
@@ -182,6 +182,7 @@ func txCommand() *cobra.Command {
authcmd.GetBroadcastCommand(),
authcmd.GetEncodeCommand(),
authcmd.GetDecodeCommand(),
authcmd.GetAuxToFeeCommand(),
)
app.ModuleBasics.AddTxCommands(cmd)