mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +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