fix(cmd): add missing GetAuxToFeeCommand (#1504)
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
This commit is contained in:
parent
1788e9441d
commit
5fbe1099ba
@ -182,6 +182,7 @@ func txCommand() *cobra.Command {
|
|||||||
authcmd.GetBroadcastCommand(),
|
authcmd.GetBroadcastCommand(),
|
||||||
authcmd.GetEncodeCommand(),
|
authcmd.GetEncodeCommand(),
|
||||||
authcmd.GetDecodeCommand(),
|
authcmd.GetDecodeCommand(),
|
||||||
|
authcmd.GetAuxToFeeCommand(),
|
||||||
)
|
)
|
||||||
|
|
||||||
app.ModuleBasics.AddTxCommands(cmd)
|
app.ModuleBasics.AddTxCommands(cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user