add 6 to strAllowedChars (#1542)
This commit is contained in:
parent
a9d771e497
commit
f47f0daf9a
@ -84,7 +84,7 @@ bool CProposalValidator::ValidateName()
|
||||
return false;
|
||||
}
|
||||
|
||||
static const std::string strAllowedChars = "-_abcdefghijklmnopqrstuvwxyz012345789";
|
||||
static const std::string strAllowedChars = "-_abcdefghijklmnopqrstuvwxyz0123456789";
|
||||
|
||||
std::transform(strName.begin(), strName.end(), strName.begin(), ::tolower);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user