Skip to content

Commit

Permalink
Add wallet file flag to edit-config command (#8360)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed Jan 29, 2021
1 parent b74dd96 commit e592cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/accounts/cmd_wallet.go
Expand Up @@ -53,6 +53,7 @@ var WalletCommands = &cli.Command{
Usage: "edits a wallet configuration options, such as gRPC connection credentials and TLS certificates",
Flags: cmd.WrapFlags([]cli.Flag{
flags.WalletDirFlag,
flags.WalletPasswordFileFlag,
flags.GrpcRemoteAddressFlag,
flags.DisableRemoteSignerTlsFlag,
flags.RemoteSignerCertPathFlag,
Expand Down

0 comments on commit e592cd7

Please sign in to comment.