mirror of
https://github.com/monero-project/monero.git
synced 2025-06-23 00:34:10 -04:00
Merge pull request #2873
1c838552
Simplewallet.cpp: Fewer pleases in seed NOTE (xmr-eric)3f18c642
Fix password capitalization mismatch (xmr-eric)
This commit is contained in:
commit
b88f0879b5
5 changed files with 6 additions and 6 deletions
|
@ -171,7 +171,7 @@ namespace
|
|||
return false;
|
||||
if (verify)
|
||||
{
|
||||
std::cout << "Confirm Password: ";
|
||||
std::cout << "Confirm password: ";
|
||||
if (!read_from_tty(pass2))
|
||||
return false;
|
||||
if(pass1!=pass2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue