Skip to content

Commit

Permalink
Merge PR #5915: Tx Client Migration: x/staking
Browse files Browse the repository at this point in the history
  • Loading branch information
SaReN authored Apr 3, 2020
1 parent 22422c6 commit 7f78e61
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 62 deletions.
2 changes: 1 addition & 1 deletion x/slashing/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
func NewTxCmd(m codec.Marshaler, txg tx.Generator, ar tx.AccountRetriever) *cobra.Command {
slashingTxCmd := &cobra.Command{
Use: types.ModuleName,
Short: "Bank transaction subcommands",
Short: "Slashing transaction subcommands",
DisableFlagParsing: true,
SuggestionsMinimumDistance: 2,
RunE: client.ValidateCmd,
Expand Down
Loading

0 comments on commit 7f78e61

Please sign in to comment.