Fix password capitalization mismatch

This commit is contained in:
xmr-eric 2017-11-28 11:15:50 -05:00 committed by GitHub
parent 9fad4008ef
commit 3f18c642fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)