From 5fbe1099ba36e5901bbc9bd3c9c10834c05f34a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Kunze=20K=C3=BCllmer?= <31522760+fedekunze@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:17:46 +0100 Subject: [PATCH] fix(cmd): add missing GetAuxToFeeCommand (#1504) Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com> --- cmd/ethermintd/root.go | 1 + 1 file changed, 1 insertion(+) 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)