forked from lthn/blockchain
simplewallet: minor fix for error text
This commit is contained in:
parent
f74445d7fd
commit
c7e17edbc7
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ bool simple_wallet::new_wallet(const string &wallet_file, const std::string& pas
|
|||
{
|
||||
if (!currency::validate_password(password))
|
||||
{
|
||||
fail_msg_writer() << R"(Provided password contains invalid characters. Only letters, numbers and ~!?@#$%^&*_+|{}[]()<>:;"'-=\/., symbols are allowed.)" << ENDL;
|
||||
fail_msg_writer() << R"(Provided password contains invalid characters. Only letters, numbers and ~!?@#$%^&*_+|{}[]()<>:;"'-=/., symbols are allowed.)" << ENDL;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue