mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Fix password capitalization mismatch
This commit is contained in:
parent
9fad4008ef
commit
3f18c642fc
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,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…
Reference in a new issue