Skip to content

Commit

Permalink
wip: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Nov 13, 2024
1 parent 74cdfbd commit 59a239a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/kava/cmd/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli"
"github.com/kava-labs/kava/app"
"github.com/spf13/cobra"
)

Expand Down Expand Up @@ -46,7 +47,7 @@ func newTxCmd() *cobra.Command {

//tempApp.BasicModuleManager.AddTxCommands(cmd)

//app.ModuleBasics.AddTxCommands(cmd)
app.ModuleBasics.AddTxCommands(cmd)
cmd.PersistentFlags().String(flags.FlagChainID, "", "The network chain ID")

return cmd
Expand Down

0 comments on commit 59a239a

Please sign in to comment.