diff options
author | Kermit Alexander II <kermitalexandr@google.com> | 2021-07-31 04:23:03 -0500 |
---|---|---|
committer | Kermit Alexander II <kermitalexandr@google.com> | 2021-08-20 08:54:41 -0500 |
commit | 24d3d65d42a6e95dc37605bbe779a5f2ef096492 (patch) | |
tree | 11142920ea27889c728e0a44055fa1da4b0d8904 /src/wallet/wallet_args.h | |
parent | Merge pull request #7814 (diff) | |
download | monero-24d3d65d42a6e95dc37605bbe779a5f2ef096492.tar.xz |
monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir
Diffstat (limited to 'src/wallet/wallet_args.h')
-rw-r--r-- | src/wallet/wallet_args.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_args.h b/src/wallet/wallet_args.h index 4af1b58fe..21e5f187c 100644 --- a/src/wallet/wallet_args.h +++ b/src/wallet/wallet_args.h @@ -37,6 +37,7 @@ namespace wallet_args command_line::arg_descriptor<std::string> arg_generate_from_json(); command_line::arg_descriptor<std::string> arg_wallet_file(); command_line::arg_descriptor<std::string> arg_rpc_client_secret_key(); + command_line::arg_descriptor<std::string> arg_password_file(); const char* tr(const char* str); |