aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/password_container.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2016-12-12 19:53:28 -0600
committerluigi1111 <luigi1111w@gmail.com>2016-12-12 19:53:28 -0600
commit0fb5dc870d310f5b5d7bf8bdcc11c17428b601e2 (patch)
tree31cdf8ba100ef57472bf296c26fd749e31b181ac /src/wallet/password_container.h
parentMerge pull request #1436 (diff)
downloadmonero-0fb5dc870d310f5b5d7bf8bdcc11c17428b601e2.tar.xz
monero-wallet-cli wording changes 'n' stuff
Possibly other pedantry. Pedants are people too.
Diffstat (limited to 'src/wallet/password_container.h')
-rw-r--r--src/wallet/password_container.h2
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