Skip to content

Commit

Permalink
fix(cmd): add missing GetAuxToFeeCommand (evmos#1504)
Browse files Browse the repository at this point in the history
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
  • Loading branch information
fedekunze and MalteHerrmann authored Nov 29, 2022
1 parent 1788e94 commit 5fbe109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ethermintd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func txCommand() *cobra.Command {
authcmd.GetBroadcastCommand(),
authcmd.GetEncodeCommand(),
authcmd.GetDecodeCommand(),
authcmd.GetAuxToFeeCommand(),
)

app.ModuleBasics.AddTxCommands(cmd)
Expand Down

0 comments on commit 5fbe109

Please sign in to comment.