Add wallet file flag to edit-config command (#8360)

This commit is contained in:
Ivan Martinez 2021-01-29 04:32:15 -05:00 committed by GitHub
parent b74dd967af
commit e592cd7a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,