feat(client): add default key name (#18101)

This commit is contained in:
Julien Robert
2023-10-16 11:08:40 +00:00
committed by GitHub
parent 3747519da0
commit bb34c42f06
13 changed files with 87 additions and 80 deletions
-2
View File
@@ -109,8 +109,6 @@ where we can get the pubkey using "%s tendermint show-validator"
cmd.Flags().String(FlagNodeID, "", "The node's ID")
flags.AddTxFlagsToCmd(cmd)
_ = cmd.MarkFlagRequired(flags.FlagFrom)
return cmd
}