diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-13 10:23:49 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-13 10:23:49 +0200 |
| commit | c03da2b2ddc7c64fc3db5ec3ff0ac2ee6068eb55 (patch) | |
| tree | 7e11e2657b8793756f8d0a57c0d5a24d09caffbc /src/wallet/password_container.h | |
| parent | c2a9229310672c38e44e46ad5b120fe2209a739c (diff) | |
| parent | 0fb5dc870d310f5b5d7bf8bdcc11c17428b601e2 (diff) | |
| download | monzero-core-c03da2b2ddc7c64fc3db5ec3ff0ac2ee6068eb55.tar.gz monzero-core-c03da2b2ddc7c64fc3db5ec3ff0ac2ee6068eb55.tar.xz monzero-core-c03da2b2ddc7c64fc3db5ec3ff0ac2ee6068eb55.zip | |
Merge pull request #1441
0fb5dc87 monero-wallet-cli wording changes 'n' stuff (luigi1111)
Diffstat (limited to 'src/wallet/password_container.h')
| -rw-r--r-- | src/wallet/password_container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/password_container.h b/src/wallet/password_container.h index 62f43aa37..866d170f2 100644 --- a/src/wallet/password_container.h +++ b/src/wallet/password_container.h @@ -48,7 +48,7 @@ namespace tools bool empty() const { return m_empty; } const std::string& password() const { return m_password; } void password(std::string&& val) { m_password = std::move(val); m_empty = false; } - bool read_password(const char *message = "password"); + bool read_password(const char *message = "Password"); private: //delete constructor with no parameters |
