diff options
author | Norman Moeschter <norman.moeschter@gmail.com> | 2022-03-10 08:16:14 +0000 |
---|---|---|
committer | Norman Moeschter <norman.moeschter@gmail.com> | 2022-03-10 08:16:14 +0000 |
commit | 354e1d9c65af26b4dca68ae8818f8b9ad01a5b2e (patch) | |
tree | edd98fd92bead1c5bc40eae16cbafe2ae6ad7c79 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #8161 (diff) | |
download | monero-354e1d9c65af26b4dca68ae8818f8b9ad01a5b2e.tar.xz |
Make the wallet name optional when locked.
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 4bb2c6a71..643270735 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -148,6 +148,7 @@ namespace cryptonote bool set_ignore_outputs_above(const std::vector<std::string> &args = std::vector<std::string>()); bool set_ignore_outputs_below(const std::vector<std::string> &args = std::vector<std::string>()); bool set_track_uses(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_show_wallet_name_when_locked(const std::vector<std::string> &args = std::vector<std::string>()); bool set_inactivity_lock_timeout(const std::vector<std::string> &args = std::vector<std::string>()); bool set_setup_background_mining(const std::vector<std::string> &args = std::vector<std::string>()); bool set_device_name(const std::vector<std::string> &args = std::vector<std::string>()); |