Skip to content

Commit

Permalink
Add debug tendermint command (#723) (#724)
Browse files Browse the repository at this point in the history
(cherry picked from commit 01510ef)

Co-authored-by: jayy04 <[email protected]>
  • Loading branch information
mergify[bot] and jayy04 authored Oct 30, 2023
1 parent 054201c commit 2d85fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/cmd/dydxprotocold/cmd/tendermint.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package cmd
import (
"os"

debug "github.com/cometbft/cometbft/cmd/cometbft/commands/debug"
"github.com/dydxprotocol/v4-chain/protocol/command/genprivkey"
"github.com/spf13/cobra"
)
Expand All @@ -18,4 +19,5 @@ func AddTendermintSubcommands(rootCmd *cobra.Command) {
// Add "gen-priv-key" command to Tendermint subcommand.
// TODO(DEC-1079): Remove this command after updating to Cosmos `0.46.X` in favor of `init --recover`.
tmCmd.AddCommand(genprivkey.Command())
tmCmd.AddCommand(debug.DebugCmd)
}

0 comments on commit 2d85fe9

Please sign in to comment.